Changeset 75 for trunk/src


Ignore:
Timestamp:
Nov 1, 2006, 10:46:20 PM (18 years ago)
Author:
rainer
Message:

Fix compile failure with portcheck + stealth.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_portcheck.c

    r73 r75  
    391391{
    392392  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));
    394396 
    395397  if (0 == strcmp(proto, "tcp"))
Note: See TracChangeset for help on using the changeset viewer.