From: didg Date: Sat, 12 Oct 2002 13:46:09 +0000 (+0000) Subject: moved afp_login_ext from 67 to 63 X-Git-Tag: netatalk-1-6-pre1~17 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=53dce15355e4454e96e34eabfb47b4f810ce873e moved afp_login_ext from 67 to 63 --- diff --git a/etc/afpd/switch.c b/etc/afpd/switch.c index 93d0ae81..76a818bc 100644 --- a/etc/afpd/switch.c +++ b/etc/afpd/switch.c @@ -1,5 +1,5 @@ /* - * $Id: switch.c,v 1.9 2002-10-12 04:02:46 didg Exp $ + * $Id: switch.c,v 1.10 2002-10-12 13:46:09 didg Exp $ * * Copyright (c) 1990,1991 Regents of The University of Michigan. * All Rights Reserved. @@ -72,14 +72,14 @@ int (*preauth_switch[])() = { NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, /* 24 - 31 */ NULL, NULL, NULL, NULL, - NULL, NULL, NULL, NULL, /* 32 - 39 */ + NULL, NULL, NULL, NULL, /* 32 - 39 */ NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, /* 40 - 47 */ NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, /* 48 - 55 */ NULL, NULL, NULL, NULL, - NULL, NULL, NULL, NULL, /* 56 - 63 */ - NULL, NULL, NULL, afp_login_ext, + NULL, NULL, NULL, afp_login_ext, /* 56 - 63 */ + NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, /* 64 - 71 */ NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, /* 72 - 79 */