]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/fork.c
Merge remote branch 'github/develop' into develop
[netatalk.git] / etc / afpd / fork.c
index 776d2f63198e7e9f364183aab56f880cb2b3578b..7f5487ee01bda0c23751df0fe8da34181e862a37 100644 (file)
@@ -328,8 +328,6 @@ int afp_openfork(AFPObj *obj _U_, char *ibuf, size_t ibuflen _U_, char *rbuf, si
     } else {
         eid = ADEID_RFORK;
         adflags |= ADFLAGS_RF;
-        if (!(access & OPENACC_WR))
-            adflags |= ADFLAGS_NORF;
     }
 
     if (access & OPENACC_WR) {