From f7a2033f3fcc9d8bc500e5a816fbd72e8d4cef60 Mon Sep 17 00:00:00 2001 From: Giuseppe Lettieri Date: Sun, 29 Apr 2012 15:08:33 +0200 Subject: [PATCH] Honor Unix rule of silence --- lib/netdev-tunnel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 2.43.0