tests: Prefer development Python files over installed ones.
[openvswitch] / ofproto / ofproto.c
index 08a18a465b7f82e7b8cc7240f1ea6b2d594fcf97..ce36d95691c786931f4fa19ce2880a99d5937208 100644 (file)
@@ -3983,7 +3983,7 @@ ofproto_unixctl_list(struct unixctl_conn *conn, int argc OVS_UNUSED,
     HMAP_FOR_EACH (ofproto, hmap_node, &all_ofprotos) {
         ds_put_format(&results, "%s\n", ofproto->name);
     }
-    unixctl_command_reply(conn, 200, ds_cstr(&results));
+    unixctl_command_reply(conn, ds_cstr(&results));
     ds_destroy(&results);
 }