2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 22:05:46 +00:00

Fix errant ';' (typo) that broken MSG_ONLY

This commit is contained in:
Todd C. Miller
2000-10-27 22:35:42 +00:00
parent dea1ce4d3e
commit 2ad0d64a1a

View File

@@ -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))