Ignore:
Timestamp:
May 5, 2009, 7:32:24 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Fix for Ticket #88

File:
1 edited

Legend:

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

    r183 r188  
    503503        {
    504504                StrNCpy(pRes->logfile, q, sizeof(pRes->logfile) - 1);
    505         }
     505        }
    506506
    507507        t = 0;
     
    560560        }
    561561#endif
     562
     563        // init the debug part
     564        dbgfileinit(&pRes->logfile, pRes->loglevel);
    562565
    563566        return rc;
     
    21292132}
    21302133
     2134
Note: See TracChangeset for help on using the changeset viewer.