Changeset 893


Ignore:
Timestamp:
Jan 20, 2016, 8:37:37 PM (10 years ago)
Author:
Silvan Scherrer
Message:

samba client 2.3: fix logging and build with latest kmk

Location:
trunk/client/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/src/Makefile.kmk

    r883 r893  
    1515
    1616ndpsmb_TOOL = GCC3OMF
     17ndpsmb_RCTOOL = OPENWATCOM
    1718
    1819DLLS = ndpsmb
     
    2122export IPFC=$(TOOLKIT)\IPFC
    2223
    23 TOOL_GCC3OMF_RCFLAGS += -i=$(TOOLKIT)/h
     24TOOL_OPENWATCOM_RCFLAGS += -i=$(TOOLKIT)/h
    2425
    2526ndpsmb_SOURCES = \
  • trunk/client/src/smbwrp.c

    r887 r893  
    5757
    5858        // init samba for debug messages
    59         setup_logging(slogfile, false);
     59        setup_logging("ndpsmb", DEBUG_FILE);
    6060        lp_set_logfile(slogfile);
    61         debug_parse_levels("10");
     61        lp_set_cmdline("log level", "10");
     62        reopen_logs();
    6263
    6364}
Note: See TracChangeset for help on using the changeset viewer.