mirror of
https://github.com/nmap/nmap.git
synced 2026-08-31 23:40:57 +00:00
latest changes ...
This commit is contained in:
parent
161b2bb30f
commit
7fafddee53
26 changed files with 466 additions and 194 deletions
|
|
@ -118,7 +118,7 @@ void fatal(const char *fmt, ...) {
|
|||
log_vwrite(LOG_NORMAL, fmt, ap);
|
||||
va_end(ap);
|
||||
}
|
||||
log_write(o.log_errors? LOG_NORMAL|LOG_STDERR : LOG_STDERR, "QUITTING!\n");
|
||||
log_write(o.log_errors? LOG_NORMAL|LOG_STDERR : LOG_STDERR, "\nQUITTING!\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
@ -134,7 +134,7 @@ void error(const char *fmt, ...) {
|
|||
log_vwrite(LOG_NORMAL, fmt, ap);
|
||||
va_end(ap);
|
||||
}
|
||||
|
||||
log_write(o.log_errors? LOG_NORMAL|LOG_STDERR : LOG_STDERR, "\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue