Changeset 30 for trunk/samba/source/nmbd/nmbd_subnetdb.c
- Timestamp:
- Apr 25, 2007, 9:44:55 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/nmbd/nmbd_subnetdb.c
r1 r30 224 224 } 225 225 226 /* We must have at least one subnet. */ 227 if (subnetlist == NULL) { 228 DEBUG(0,("create_subnets: unable to create any subnet from " 229 "given interfaces. nmbd is terminating\n")); 230 return False; 231 } 232 226 233 if (lp_we_are_a_wins_server()) { 227 234 /* Pick the first interface ip address as the WINS server ip. */
Note: See TracChangeset
for help on using the changeset viewer.