Changeset 75 for trunk/src/sh_portcheck.c
- Timestamp:
- Nov 1, 2006, 10:46:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_portcheck.c
r73 r75 391 391 { 392 392 struct sh_portentry * portlist; 393 char iface_all[8] = _("0.0.0.0"); 393 char iface_all[8]; 394 395 sl_strlcpy (iface_all, _("0.0.0.0"), sizeof(iface_all)); 394 396 395 397 if (0 == strcmp(proto, "tcp"))
Note:
See TracChangeset
for help on using the changeset viewer.