Ignore:
Timestamp:
Aug 10, 2016, 9:47:03 PM (9 years ago)
Author:
dmik
Message:

logging: Remove trailing dots in log file name.

These dots may appear after using % variables in the
file name specification - rename() barfs on them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/lib/util/debug.c

    r862 r946  
    500500        TALLOC_FREE(state.debugf);
    501501        state.debugf = talloc_strdup(NULL, name);
     502
     503
     504
     505
     506
     507
     508
    502509}
    503510
Note: See TracChangeset for help on using the changeset viewer.