Changeset 776 for branches/samba-3.5.x/source3
- Timestamp:
- Jul 11, 2013, 5:58:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/source3/smbd/server.c
r753 r776 897 897 printing_end(); 898 898 899 #ifdef __OS2__900 if (am_parent){901 /* On OS/2 - we need to remove the PID file on server exit otherwise we may not be able to restart Samba */902 char pidFile[1024];903 slprintf(pidFile, sizeof(pidFile)-1, "%s/%s.pid", lp_piddir(), "smbd");904 unlink(pidFile);905 }906 #endif907 899 /* 908 900 * we need to force the order of freeing the following,
Note:
See TracChangeset
for help on using the changeset viewer.