]> arthur.barton.de Git - netatalk.git/commitdiff
revert wrong auth.c commit
authordidg <didg>
Wed, 16 May 2007 18:38:21 +0000 (18:38 +0000)
committerdidg <didg>
Wed, 16 May 2007 18:38:21 +0000 (18:38 +0000)
etc/afpd/auth.c

index 5ae5246d51d3ffe655f190d2602f755f89c73be2..ef0f3c9023fe7567d1d3870d2c6fae5df918b0ee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: auth.c,v 1.49 2007-05-16 18:35:58 didg Exp $
+ * $Id: auth.c,v 1.50 2007-05-16 18:38:21 didg Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -76,8 +76,7 @@ static struct afp_versions    afp_versions[] = {
             { "AFP2.2",        22 },
 #ifdef AFP3x
             { "AFPX03", 30 },
-            { "AFP3.1", 31 },
-            { "AFP3.2", 32 }
+            { "AFP3.1", 31 }
 #endif            
         };
 
@@ -187,7 +186,6 @@ static int set_auth_switch(int expired)
     else {
         afp_switch = postauth_switch;
         switch (afp_version) {
-        case 32:
         case 31:
            uam_afpserver_action(AFP_ENUMERATE_EXT2, UAM_AFPSERVER_POSTAUTH, afp_enumerate_ext2, NULL); 
         case 30: