Ignore:
Timestamp:
Feb 24, 2014, 5:43:22 PM (11 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.6: seperate logfiles per pid in nmbd and also take smb.conf into account

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/nmbd/asyncdns.c

    r854 r855  
    173173        /* restore the logfile to log.nmbd always */
    174174        char *lfile = NULL;
    175         if (asprintf(&lfile, "%s/log%d.nmbd", get_dyn_LOGFILEBASE(), getpid()) < 0)
     175        if (asprintf(&lfile, "%s/log.nmbd.%d", get_dyn_LOGFILEBASE(), getpid()) < 0)
    176176                exit(1);
    177177
Note: See TracChangeset for help on using the changeset viewer.