X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fofproto.c;h=ce36d95691c786931f4fa19ce2880a99d5937208;hb=67e96a5dca90225358936b1392bba8b3207805b1;hp=08a18a465b7f82e7b8cc7240f1ea6b2d594fcf97;hpb=a7349929fb86d41f2e2ef77395e33b21f9457d48;p=openvswitch diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index 08a18a46..ce36d956 100644 --- a/ofproto/ofproto.c +++ b/ofproto/ofproto.c @@ -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); }