Ignore:
Timestamp:
Dec 5, 2011, 10:30:33 PM (13 years ago)
Author:
katerina
Message:

Fix for ticket #281 (warnings from clang static analyzer).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_portcheck.c

    r380 r383  
    605605      ptr = ptr->next;
    606606    }
     607
     608  sh_dummy_ptr = NULL;
     609  sh_dummy_pre = NULL;
     610
    607611  return;
    608612}
     
    15461550  } while (*str);
    15471551
     1552  sh_dummy_str = NULL;
    15481553  return 0;
    15491554}
     
    16531658        {
    16541659          if (portchk_debug)
    1655             fprintf(stderr, _("add_required_port\n"));
     1660            fprintf(stderr, _("add_required_port %d\n"), (int) port);
    16561661          sh_portchk_add_to_list (proto,   -1, &saddr,  buf, type, SH_PORT_UNKN);
    16571662        }
Note: See TracChangeset for help on using the changeset viewer.