]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/appl.c
Merge remote branch 'sf/product-2-2' into develop
[netatalk.git] / etc / afpd / appl.c
index e1e59db5760f027050a660ac707f842397968ed9..3cba16e0c2ae7eab2fe07c28a4cbc6b11498ad85 100644 (file)
@@ -484,7 +484,7 @@ int afp_getappl(AFPObj *obj, char *ibuf, size_t ibuflen _U_, char *rbuf, size_t
     }
     buflen = *rbuflen - sizeof( bitmap ) - sizeof( appltag );
     if ( getfilparams(obj, vol, bitmap, path, curdir, rbuf + sizeof( bitmap ) +
-                      sizeof( appltag ), &buflen ) != AFP_OK ) {
+                      sizeof( appltag ), &buflen, 0) != AFP_OK ) {
         *rbuflen = 0;
         return( AFPERR_BITMAP );
     }