]> arthur.barton.de Git - netatalk.git/blobdiff - bin/afppasswd/afppasswd.c
Add a parameter cachecnid for adouble v2, default off. Solution for
[netatalk.git] / bin / afppasswd / afppasswd.c
index b68d2db7794230dd42c2c974e8605059b142059b..ffe636efed13ca83d5be9f5706cb96d18707c7df 100644 (file)
@@ -1,5 +1,5 @@
 /* 
- * $Id: afppasswd.c,v 1.11.6.1 2004-10-08 00:54:40 bfernhomberg Exp $
+ * $Id: afppasswd.c,v 1.11.6.1.2.1 2005-02-10 01:23:07 didg Exp $
  *
  * Copyright 1999 (c) Adrian Sun (asun@u.washington.edu)
  * All Rights Reserved. See COPYRIGHT.
@@ -73,7 +73,7 @@ static void convert_passwd(char *buf, char *newpwd, const int keyfd)
 {
   u_int8_t key[HEXPASSWDLEN];
   Key_schedule schedule;
-  int i, j;
+  unsigned int i, j;
 
   if (!newpwd) {
     /* convert to binary */