1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

Windoze fixes, some OS DB updates based on Windows scanning of my LAN boxes

This commit is contained in:
fyodor
2006-08-31 06:21:38 +00:00
parent 521184fdc8
commit 452a9903c8
2 changed files with 8 additions and 8 deletions

View File

@@ -738,7 +738,7 @@ void log_vwrite(int logt, const char *fmt, va_list ap) {
case LOG_SKID:
case LOG_XML:
#ifdef WIN32
*apcopy = *ap;
apcopy = ap;
#else
va_copy(apcopy, ap); /* Needed in case we need to so a second vnsprintf */
#endif