Changeset 232 for branches/samba-3.2.x/source/passdb
- Timestamp:
- May 27, 2009, 9:09:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/passdb/pdb_smbpasswd.c
r133 r232 101 101 CatchSignal(SIGALRM, SIGNAL_CAST oldsig_handler); 102 102 103 if (gotalarm ) {103 if (gotalarm && ret == -1) { 104 104 DEBUG(0, ("do_file_lock: failed to %s file.\n", 105 105 type == F_UNLCK ? "unlock" : "lock"));
Note:
See TracChangeset
for help on using the changeset viewer.