mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Fixed function name in error message.
This commit is contained in:
parent
15b8cdc62d
commit
cb3d88247b
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ nsock_event_id nsock_sendto(nsock_pool ms_pool, nsock_iod ms_iod, nsock_ev_handl
|
|||
#if HAVE_IPV6
|
||||
sin6->sin6_port = htons(port);
|
||||
#else
|
||||
fatal("IPv6 address passed to nsock_connect_* call, but nsock was not compiled w/IPv6 support");
|
||||
fatal("IPv6 address passed to %s call, but nsock was not compiled w/IPv6 support", __func__);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue