Changeset 161 for branches/samba-3.0/source/passdb
- Timestamp:
- Jan 21, 2009, 6:19:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/passdb/pdb_smbpasswd.c
r72 r161 102 102 CatchSignal(SIGALRM, SIGNAL_CAST oldsig_handler); 103 103 104 if (gotalarm ) {104 if (gotalarm && ret == -1) { 105 105 DEBUG(0, ("do_file_lock: failed to %s file.\n", 106 106 type == F_UNLCK ? "unlock" : "lock"));
Note:
See TracChangeset
for help on using the changeset viewer.