Ignore:
Timestamp:
Jan 21, 2009, 6:19:11 PM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.34

File:
1 edited

Legend:

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

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