]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/adouble/ad_lock.c
Fix
[netatalk.git] / 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) {