Ignore:
Timestamp:
Dec 13, 2010, 5:10:38 PM (15 years ago)
Author:
Silvan Scherrer
Message:

samba client 2.1: caching

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/src/debug.c

    r448 r499  
    5353        struct stat filestat;
    5454
     55        // do we have to log at all
     56        if (!debuglvl(level))
     57        {
     58                return;
     59        }
     60
    5561        // if the file ndpsmb.dbg is around we write a logfile
    5662        if (!debugfile[0])
     
    8288        } /* endif */
    8389
    84         if (!debuglvl(level))
    85         {
    86                 return;
    87         }
    8890        do
    8991        {
Note: See TracChangeset for help on using the changeset viewer.