Ignore:
Timestamp:
Nov 25, 2016, 8:04:54 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/lib/gencache.c

    r988 r989  
    671671        }
    672672
    673         res = tdb_lockall(cache_notrans->tdb);
     673        res = tdb_lockall_nonblock(cache_notrans->tdb);
    674674        if (res != 0) {
    675675                tdb_transaction_cancel(cache->tdb);
Note: See TracChangeset for help on using the changeset viewer.