From: Karel Zak Date: Thu, 29 Oct 2015 10:32:50 +0000 (+0100) Subject: logger: remove unnecessary comment X-Git-Tag: v2.28-rc1~292 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b28da2d1f88a99c37477ff63a23e8b9edbb1026;p=thirdparty%2Futil-linux.git logger: remove unnecessary comment Signed-off-by: Karel Zak --- diff --git a/misc-utils/logger.c b/misc-utils/logger.c index e4cb12ae99..eda160acd3 100644 --- a/misc-utils/logger.c +++ b/misc-utils/logger.c @@ -469,7 +469,7 @@ static void write_output(const struct logger_ctl *ctl, const char *const msg) && geteuid() == 0 && kill(ctl->pid, 0) == 0) { msg.msg_control = cbuf.control; - msg.msg_controllen = CMSG_SPACE(sizeof(struct ucred)); //sizeof(cbuf); + msg.msg_controllen = CMSG_SPACE(sizeof(struct ucred)); cmhp = CMSG_FIRSTHDR(&msg); cmhp->cmsg_len = CMSG_LEN(sizeof(struct ucred));