From: John Crispin Date: Thu, 27 Mar 2014 12:04:24 +0000 (+0000) Subject: log: remove superflous client_close call X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fubox.git;a=commitdiff_plain;h=1d9d2e6ae99c9ba72d1bc40e554d5f422c9b9196 log: remove superflous client_close call Signed-off-by: John Crispin --- diff --git a/log/logd.c b/log/logd.c index 5c614f6..f61e666 100644 --- a/log/logd.c +++ b/log/logd.c @@ -58,12 +58,11 @@ client_close(struct ustream *s) static void client_notify_write(struct ustream *s, int bytes) { - client_close(s); } static void client_notify_state(struct ustream *s) { - return client_close(s); + client_close(s); } static int