From: Giuseppe Lettieri Date: Sun, 29 Apr 2012 13:08:33 +0000 (+0200) Subject: Honor Unix rule of silence X-Git-Tag: sliver-openvswitch-0.1-1~28 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f7a2033f3fcc9d8bc500e5a816fbd72e8d4cef60;p=sliver-openvswitch.git Honor Unix rule of silence --- diff --git a/lib/netdev-tunnel.c b/lib/netdev-tunnel.c index 41b0fd5f5..166a947e2 100644 --- a/lib/netdev-tunnel.c +++ b/lib/netdev-tunnel.c @@ -454,7 +454,7 @@ netdev_tunnel_set_rport(struct unixctl_conn *conn, if (error) { unixctl_command_reply_error(conn, strerror(errno)); } else { - unixctl_command_reply(conn, "ok"); + unixctl_command_reply(conn, NULL); } }