From: Steffan Karger Date: Wed, 19 Oct 2016 19:03:27 +0000 (+0200) Subject: Remove verbose msg() from send_push_reply() X-Git-Tag: v2.4_beta1~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3145272584ac60e061ade0325bb72bada674957;p=thirdparty%2Fopenvpn.git Remove verbose msg() from send_push_reply() Probably committed by lev by accident, and then overlooked by me during review. Signed-off-by: Steffan Karger Acked-by: Gert Doering Message-Id: <1476903807-28763-1-git-send-email-steffan@karger.me> URL: http://www.mail-archive.com/search?l=mid&q=1476903807-28763-1-git-send-email-steffan@karger.me Signed-off-by: Gert Doering --- diff --git a/src/openvpn/push.c b/src/openvpn/push.c index a3de2a2a7..4f24b581d 100644 --- a/src/openvpn/push.c +++ b/src/openvpn/push.c @@ -421,8 +421,6 @@ send_push_reply (struct context *c, struct push_list *per_client_push_list) const int safe_cap = BCAP (&buf) - extra; bool push_sent = false; - msg( M_INFO, "send_push_reply(): safe_cap=%d", safe_cap ); - buf_printf (&buf, "%s", push_reply_cmd); /* send options which are common to all clients */