X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=libatalk%2Fadouble%2Fad_flush.c;h=50fd8baef2a2acc7297d0dbb5178490cc456532f;hb=3a43b6ca05ec2b8f0494f8619a82d25204b7b457;hp=d8fbacf637812e8804f31baef0e2956a12b9472d;hpb=4e9103b8f614e81a66f4c21511cc8b97f25111c9;p=netatalk.git diff --git a/libatalk/adouble/ad_flush.c b/libatalk/adouble/ad_flush.c index d8fbacf6..50fd8bae 100644 --- a/libatalk/adouble/ad_flush.c +++ b/libatalk/adouble/ad_flush.c @@ -59,7 +59,6 @@ int ad_rebuild_adouble_header_v2(struct adouble *ad) uint32_t temp; uint16_t nent; char *buf, *nentp; - int len; LOG(log_debug, logtype_ad, "ad_rebuild_adouble_header_v2"); @@ -105,7 +104,6 @@ int ad_rebuild_adouble_header_ea(struct adouble *ad) uint32_t temp; uint16_t nent; char *buf, *nentp; - int len; LOG(log_debug, logtype_ad, "ad_rebuild_adouble_header_ea"); @@ -153,7 +151,6 @@ static int ad_rebuild_adouble_header_osx(struct adouble *ad, char *adbuf) uint32_t temp; uint16_t nent; char *buf; - int len; LOG(log_debug, logtype_ad, "ad_rebuild_adouble_header_osx");