ovsdb: Fix segfault in ovsdb_file_txn_row_from_json().
[sliver-openvswitch.git] / utilities / ovs-vsctl.c
index df20f06..c6fc8a4 100644 (file)
@@ -3642,6 +3642,7 @@ do_vsctl(const char *args, struct vsctl_command *commands, size_t n_commands,
     txn = the_idl_txn = NULL;
 
     switch (status) {
+    case TXN_UNCOMMITTED:
     case TXN_INCOMPLETE:
         NOT_REACHED();