Changeset 273 for branches/samba-3.3.x/source/nmbd
- Timestamp:
- Jun 17, 2009, 10:55:22 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/nmbd/nmbd.c
r221 r273 29 29 extern bool rescan_listen_set; 30 30 extern bool global_in_nmbd; 31 32 #ifdef __OS2__ 33 extern int global_Sem32Add; 34 #endif 31 35 32 36 extern bool override_logfile; … … 766 770 TALLOC_CTX *frame = talloc_stackframe(); /* Setup tos. */ 767 771 772 #ifdef __OS2__ 773 global_Sem32Add = 1; 774 #endif 775 768 776 load_case_tables(); 769 777
Note:
See TracChangeset
for help on using the changeset viewer.