Changeset 776
- Timestamp:
- Jul 11, 2013, 5:58:35 PM (12 years ago)
- Location:
- branches/samba-3.5.x
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/lib/tdb/common/lock.c
r647 r776 255 255 return -1; 256 256 } 257 #endif 257 258 return 0; 258 #endif 259 259 260 } 260 261 -
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.