]> arthur.barton.de Git - netatalk.git/commitdiff
Fix
authorFrank Lahm <franklahm@googlemail.com>
Tue, 24 Jan 2012 15:22:38 +0000 (16:22 +0100)
committerFrank Lahm <franklahm@googlemail.com>
Tue, 24 Jan 2012 15:22:38 +0000 (16:22 +0100)
libatalk/adouble/ad_lock.c

index 113c85534b31595b97ad795e84312743a17cacd1..b616fdba697db46b8d7a422024b8db2083a72308 100644 (file)
@@ -613,9 +613,6 @@ int ad_tmplock(struct adouble *ad, const uint32_t eid, const int locktype,
     int err;
     int type;  
 
-    if (ad->ad_vers == AD_VERSION_EA)
-        return 0;
-
     lock.l_start = off;
     type = locktype;
     if (eid == ADEID_DFORK) {