From 9b28da2d1f88a99c37477ff63a23e8b9edbb1026 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 29 Oct 2015 11:32:50 +0100 Subject: [PATCH] logger: remove unnecessary comment Signed-off-by: Karel Zak --- misc-utils/logger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.47.2