X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2Ffile.c;h=a7b2933b3dab2d1b33f184070d75ab3241150390;hb=97c16cb9e94603b87e793b8b7a90cd97741771e5;hp=c644da03d4944b02a6ac45076ee7dd9a265363cc;hpb=9e4f3064ed87c5d5dd20028865d99dbd15dfb942;p=netatalk.git diff --git a/etc/afpd/file.c b/etc/afpd/file.c index c644da03..a7b2933b 100644 --- a/etc/afpd/file.c +++ b/etc/afpd/file.c @@ -1,5 +1,5 @@ /* - * $Id: file.c,v 1.29.2.3 2002-01-14 02:50:34 srittau Exp $ + * $Id: file.c,v 1.29.2.4 2002-02-07 23:56:33 srittau Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -89,11 +89,11 @@ char *strchr (), *strrchr (); */ const u_char ufinderi[] = { - 'T', 'E', 'X', 'T', 'U', 'N', 'I', 'X', - 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0 -}; + 'T', 'E', 'X', 'T', 'U', 'N', 'I', 'X', + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0 + }; int getfilparams(struct vol *vol, u_int16_t bitmap, @@ -1679,7 +1679,7 @@ int ibuflen, *rbuflen; case EPERM: case EACCES: err = AFPERR_ACCESS; - break; + break; default: err = AFPERR_PARAM; } @@ -1692,7 +1692,7 @@ int ibuflen, *rbuflen; case EPERM: case EACCES: err = AFPERR_ACCESS; - break; + break; default: err = AFPERR_PARAM; }