Changeset 893
- Timestamp:
- Jan 20, 2016, 8:37:37 PM (10 years ago)
- Location:
- trunk/client/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/src/Makefile.kmk
r883 r893 15 15 16 16 ndpsmb_TOOL = GCC3OMF 17 ndpsmb_RCTOOL = OPENWATCOM 17 18 18 19 DLLS = ndpsmb … … 21 22 export IPFC=$(TOOLKIT)\IPFC 22 23 23 TOOL_ GCC3OMF_RCFLAGS += -i=$(TOOLKIT)/h24 TOOL_OPENWATCOM_RCFLAGS += -i=$(TOOLKIT)/h 24 25 25 26 ndpsmb_SOURCES = \ -
trunk/client/src/smbwrp.c
r887 r893 57 57 58 58 // init samba for debug messages 59 setup_logging( slogfile, false);59 setup_logging("ndpsmb", DEBUG_FILE); 60 60 lp_set_logfile(slogfile); 61 debug_parse_levels("10"); 61 lp_set_cmdline("log level", "10"); 62 reopen_logs(); 62 63 63 64 }
Note:
See TracChangeset
for help on using the changeset viewer.