mirror of
https://github.com/nmap/nmap.git
synced 2026-08-31 23:40:57 +00:00
Fix coding style.
This commit is contained in:
parent
b53187bad7
commit
9365d50cad
1 changed files with 1 additions and 1 deletions
|
|
@ -544,7 +544,7 @@ static int ncat_hexdump(int logfd, const char *data, int len)
|
|||
int getaddrfamily(const char *addr)
|
||||
{
|
||||
int ret;
|
||||
struct addrinfo hint, *info =0;
|
||||
struct addrinfo hint, *info = 0;
|
||||
|
||||
if (strchr(addr,':'))
|
||||
return 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue