X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2Fmain.c;h=5056391fa2dbb655a7e77c1ed80c3fad3c712903;hb=a659b19be572c9b916f1c5b7dcff437bc9e3368f;hp=4e314c0f473e0e725006ae7aacb3625bbb5dee9d;hpb=1003162da534e07b15ece537a3391eaa809b26d1;p=netatalk.git diff --git a/etc/afpd/main.c b/etc/afpd/main.c index 4e314c0f..5056391f 100644 --- a/etc/afpd/main.c +++ b/etc/afpd/main.c @@ -1,5 +1,5 @@ /* - * $Id: main.c,v 1.12.2.2 2002-01-02 17:27:50 srittau Exp $ + * $Id: main.c,v 1.12.2.3 2002-03-12 15:12:11 srittau Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -159,8 +159,6 @@ char **av; set_auth_parameters( ac, av ); #endif /* TRU64 */ - umask( 022 ); /* so inherited file permissions work right */ - afp_options_init(&default_options); if (!afp_options_parse(ac, av, &default_options)) exit(1);