X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2Fafp_dsi.c;h=f1e371676eac9d1213dbc7b667e6cc8c35cd9a9c;hb=a34b4264ed69791d41a8a6ea048e912ba8a8be0a;hp=e282002e4a37b02dd761a82f85446543be2887c3;hpb=6f45d8eaada82e401ecde525c689a67148b3ba1e;p=netatalk.git diff --git a/etc/afpd/afp_dsi.c b/etc/afpd/afp_dsi.c index e282002e..f1e37167 100644 --- a/etc/afpd/afp_dsi.c +++ b/etc/afpd/afp_dsi.c @@ -46,7 +46,7 @@ #include "dircache.h" #ifndef SOL_TCP -#define SOL_TCP IPPROTO_TCPSOL_TCP +#define SOL_TCP IPPROTO_TCP #endif /* @@ -92,7 +92,7 @@ static void afp_dsi_close(AFPObj *obj) } } - close_all_vol(); + close_all_vol(obj); if (obj->logout) (*obj->logout)();