This commit is contained in:
Karsten Keil 2000-06-22 15:56:55 +00:00
parent 6c5f63d017
commit 797141e826
1 changed files with 1 additions and 1 deletions

View File

@ -622,7 +622,7 @@ static void log(int level, char *fmt, ...)
va_start(arg, fmt);
vsyslog(level, fmt, arg);
va_end(Arg);
va_end(arg);
closelog();
}