unixctl: New JSON RPC back-end.
[sliver-openvswitch.git] / tests / test-netflow.c
index b85c663..8b474ea 100644 (file)
@@ -312,5 +312,5 @@ test_netflow_exit(struct unixctl_conn *conn,
 {
     bool *exiting = exiting_;
     *exiting = true;
-    unixctl_command_reply(conn, 200, "");
+    unixctl_command_reply(conn, NULL);
 }