If we're going to call va_start again, we should call
va_end first. This is a no-op on most platforms, though. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10671 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -284,6 +284,7 @@ command (char *fmt,...)
|
||||
printf("PASS XXXX");
|
||||
else
|
||||
vfprintf(stdout, fmt, ap);
|
||||
va_end(ap);
|
||||
va_start(ap, fmt);
|
||||
}
|
||||
sec_vfprintf(cout, fmt, ap);
|
||||
|
Reference in New Issue
Block a user