]> granicus.if.org Git - sudo/commitdiff
Fix errant ';' (typo) that broken MSG_ONLY
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 27 Oct 2000 22:35:42 +0000 (22:35 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 27 Oct 2000 22:35:42 +0000 (22:35 +0000)
logging.c

index 8f27de8dfce00e50c1cd08c13290bc9838275b51..036de3708df35004a8a4e129f944d30247c43f80 100644 (file)
--- 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))