Ignore:
Timestamp:
Jun 14, 2016, 11:32:05 AM (9 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.6 log.nmbd PID change, remove eCS, tidy CRLF mess

File:
1 edited

Legend:

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

    r751 r923  
    24742474                        return;
    24752475                }
     2476#ifdef __OS2__
     2477                /* restore the logfile to log.nmbd always */
     2478                char *lfile = NULL;
     2479                if (asprintf(&lfile, "%s/log.nmbd.%d", get_dyn_LOGFILEBASE(), getpid()) < 0)
     2480                        exit(1);
     2481
     2482                lp_set_logfile(lfile);
     2483                SAFE_FREE(lfile);
     2484                reopen_logs();
     2485#endif
    24762486                if (tdb_reopen(wins_tdb)) {
    24772487                        DEBUG(0,("wins_write_database: tdb_reopen failed. Error was %s\n",
Note: See TracChangeset for help on using the changeset viewer.