Ignore:
Timestamp:
Dec 13, 2010, 4:05:51 PM (15 years ago)
Author:
Silvan Scherrer
Message:

samba client: caching

File:
1 edited

Legend:

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

    r439 r497  
    5151        struct stat filestat;
    5252
     53        // do we have to log at all
     54        if (!debuglvl(level))
     55        {
     56                return;
     57        }
     58
    5359        // if the file ndpsmb.dbg is around we write a logfile
    5460        if (!debugfile[0])
     
    8086        } /* endif */
    8187
    82         if (!debuglvl(level))
    83         {
    84                 return;
    85         }
    8688        do
    8789        {
Note: See TracChangeset for help on using the changeset viewer.