]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/file.c
afpd/file: fix check in deletefile
[netatalk.git] / etc / afpd / file.c
index e48afe213896e67c0595bad9027b2d647b688c6e..e7859659bd05ba996b91bd5c052ed6153cddef58 100644 (file)
@@ -1580,7 +1580,7 @@ int deletefile(const struct vol *vol, int dirfd, char *file, int checkAttrib)
         adp = &ad;
     }
 
-    if ( adp && AD_RSRC_OPEN(adp) != -1 ) { /* there's a resource fork */
+    if ( adp && AD_RSRC_OPEN(adp) ) { /* there's a resource fork */
         adflags |= ADFLAGS_RF;
         /* FIXME we have a pb here because we want to know if a file is open 
          * there's a 'priority inversion' if you can't open the ressource fork RW