kauth-rebuild-remove-bogus-argument-20010628
authorNathan Neulinger <nneul@umr.edu>
Fri, 29 Jun 2001 04:58:51 +0000 (04:58 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 29 Jun 2001 04:58:51 +0000 (04:58 +0000)
remove unneeded, unused argument

src/kauth/rebuild.c

index bc74383..f285762 100644 (file)
@@ -231,7 +231,7 @@ RebuildEntry(entryp)
 
   ka_ConvertBytes (key, sizeof(key), (char *)&entryp->key, 
                   sizeof(entryp->key));
-  fprintf(out, " -initial_password foo\n", key);
+  fprintf(out, " -initial_password foo\n");
 
   strcpy(flags,"");
   if (entryp->flags & KAFADMIN)  strcat(flags, "+ADMIN");