1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-21 06:59:01 +00:00

Missed another assert() we can remove because of r4515

This commit is contained in:
kris
2007-02-28 14:12:50 +00:00
parent 2d8da28206
commit 40143f4d37

View File

@@ -2748,7 +2748,6 @@ int sd;
if (numifaces == ii_capacity) {
ii_capacity <<= 2;
mydevs = (struct interface_info *) safe_realloc(mydevs, sizeof(struct interface_info) * ii_capacity);
assert(mydevs);
}
mydevs[numifaces].devname[0] = mydevs[numifaces].devfullname[0] = '\0';
}