Ignore:
Timestamp:
Apr 14, 2010, 1:17:32 PM (15 years ago)
Author:
Silvan Scherrer
Message:

client 1.5: samba logging final version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/client-1.5/src/debug.c

    r436 r437  
    3434char debugfile[_MAX_PATH +1] = {0};
    3535char logfilename[] = "ndpsmb.log";
    36 BOOL do_logging;
     36BOOL do_logging = FALSE;
    3737
    3838int debuglvl(int level)
     
    5050        FILE *f=NULL;
    5151        struct stat filestat;
    52         do_logging = FALSE;
    5352
    5453        // if the file ndpsmb.dbg is around we write a logfile
Note: See TracChangeset for help on using the changeset viewer.