Ignore:
Timestamp:
Jan 28, 2010, 6:52:33 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Remove deprecated LOGFILE token

File:
1 edited

Legend:

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

    r395 r396  
    207207        {ND_PROP_STRING, 0, "MASTER", "WORKGROUP"},
    208208        { ND_PROP_ULONG, 0, "MASTERTYPE", "1"},
    209         {ND_PROP_STRING, 0, "LOGFILE", ""},
     209//      {ND_PROP_STRING, 0, "LOGFILE", ""},
    210210        { ND_PROP_ULONG, 0, "LOGLEVEL", "0"},
    211211        { ND_PROP_ULONG, 0, "EASUPPORT", "1"},
     
    388388
    389389        pRes->rootlevel = 0;
    390         *pRes->logfile = 0;
     390//      *pRes->logfile = 0;
    391391        pRes->loglevel = 0;
    392392        pRes->easupport = 1;
     
    474474
    475475        t = 0, q = NULL;
    476         rc = ph->fsphQueryStringProperty (properties, "LOGFILE", &q, &t);
     476/*      rc = ph->fsphQueryStringProperty (properties, "LOGFILE", &q, &t);
    477477        if (!rc && t && *q)
    478478        {
    479479                StrNCpy(pRes->logfile, q, sizeof(pRes->logfile) - 1);
    480480        }
    481 
     481 */
    482482        t = 0;
    483483        rc = ph->fsphQueryUlongProperty (properties, "LOGLEVEL", &t);
Note: See TracChangeset for help on using the changeset viewer.