Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_calls.c

    r3 r1  
    138138int sh_calls_set_bind_addr (char * str)
    139139{
    140   static int reject = 0;
    141 
    142   if (reject == 1)
    143     return (0);
    144 
    145   if (sh.flag.opts == S_TRUE) 
    146     reject = 1;
    147 
    148140  if (0 == /*@-unrecog@*/inet_aton(str, &bind_addr)/*@+unrecog@*/)
    149141    {
Note: See TracChangeset for help on using the changeset viewer.