Changeset 95
- Timestamp:
- Oct 1, 2007, 12:46:48 AM (18 years ago)
- Location:
- trunk/samba/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/nmbd/nmbd.c
r77 r95 771 771 } 772 772 773 #ifdef __OS2__ 774 is_daemon = False; 775 #endif 776 773 777 if (is_daemon && !opt_interactive) { 774 778 DEBUG( 2, ( "Becoming a daemon.\n" ) ); -
trunk/samba/source/smbd/server.c
r77 r95 1062 1062 } 1063 1063 1064 #ifdef __OS2__ 1065 is_daemon = False; 1066 #endif 1064 1067 if (is_daemon && !interactive) { 1065 1068 DEBUG( 3, ( "Becoming a daemon.\n" ) );
Note:
See TracChangeset
for help on using the changeset viewer.