From: Todd C. Miller Date: Fri, 27 Oct 2000 22:35:42 +0000 (+0000) Subject: Fix errant ';' (typo) that broken MSG_ONLY X-Git-Tag: SUDO_1_6_4~246 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ad0d64a1a441ea5063f80e1b1ac71c5435140b9;p=sudo Fix errant ';' (typo) that broken MSG_ONLY --- diff --git a/logging.c b/logging.c index 8f27de8df..036de3708 100644 --- a/logging.c +++ b/logging.c @@ -412,7 +412,7 @@ log_error(va_alist) do_logfile(logline); free(logline); - if (message != logline); + if (message != logline) free(message); if (!(flags & NO_EXIT))