Ignore:
Timestamp:
May 27, 2009, 9:09:42 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/passdb/pdb_smbpasswd.c

    r133 r232  
    101101        CatchSignal(SIGALRM, SIGNAL_CAST oldsig_handler);
    102102
    103         if (gotalarm) {
     103        if (gotalarm && ret == -1) {
    104104                DEBUG(0, ("do_file_lock: failed to %s file.\n",
    105105                        type == F_UNLCK ? "unlock" : "lock"));
Note: See TracChangeset for help on using the changeset viewer.