mirror of
https://github.com/nmap/nmap.git
synced 2025-12-20 14:39:02 +00:00
Minor style fixes.
This commit is contained in:
@@ -464,7 +464,7 @@ int nsi_getlastcommunicationinfo(nsock_iod ms_iod, int *protocol, int *af, struc
|
||||
memset(local, 0, socklen);
|
||||
ret = 0;
|
||||
} else {
|
||||
assert(slen > 0 );
|
||||
assert(slen > 0);
|
||||
memcpy(local, &sock, MIN((unsigned)slen, socklen));
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user