Changes in trunk/src/sh_calls.c [1:3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_calls.c
r1 r3 138 138 int sh_calls_set_bind_addr (char * str) 139 139 { 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 140 148 if (0 == /*@-unrecog@*/inet_aton(str, &bind_addr)/*@+unrecog@*/) 141 149 {
Note:
See TracChangeset
for help on using the changeset viewer.