mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Fix typo of nsock_loglevel_t enum value (broke build on VS2013)
This commit is contained in:
parent
e9bdcd811a
commit
f66eadbcd2
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ static void nsock_stderr_logger(const struct nsock_log_rec *rec);
|
|||
|
||||
extern struct timeval nsock_tod;
|
||||
|
||||
nsock_loglevel_t NsockLogLevel = NSOCK_LOOP_ERROR;
|
||||
nsock_loglevel_t NsockLogLevel = NSOCK_LOG_ERROR;
|
||||
nsock_logger_t NsockLogger = nsock_stderr_logger;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue