]> arthur.barton.de Git - netatalk.git/commitdiff
AFP_LOGINCONT was missing in AFP cmdcode stringizer
authorfranklahm <franklahm>
Mon, 28 Sep 2009 11:59:44 +0000 (11:59 +0000)
committerfranklahm <franklahm>
Mon, 28 Sep 2009 11:59:44 +0000 (11:59 +0000)
etc/afpd/afp_util.c

index c37ccfd071ad77edf76540f09c19abc0336634e2..6189201bf65032e6b76bd2c251a769dd4f1761e4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: afp_util.c,v 1.5 2009-04-16 06:17:14 franklahm Exp $
+ * $Id: afp_util.c,v 1.6 2009-09-28 11:59:44 franklahm Exp $
  *
  * Copyright (c) 1999 Adrian Sun (asun@zoology.washington.edu)
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
@@ -36,6 +36,7 @@ const char *AfpNum2name(int num)
        case AFP_GETSRVPARAM   : return "AFP_GETSRVPARAM";      /*      16 */
        case AFP_GETVOLPARAM   : return "AFP_GETVOLPARAM";      /*      17 */
        case AFP_LOGIN         : return "AFP_LOGIN";                /*  18 */
+    case AFP_LOGINCONT     : return "AFP_LOGINCONT";        /*  19 */
        case AFP_LOGOUT        : return "AFP_LOGOUT";               /*  20 */
     case AFP_MAPID         : return "AFP_MAPID";            /*  21 */
     case AFP_MAPNAME       : return "AFP_MAPNAME";          /*  22 */