1
0
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:
henri
2012-12-29 15:59:59 +00:00
parent d24ab2d43c
commit 941b73ac8a
4 changed files with 6 additions and 6 deletions

View File

@@ -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 {