]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
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 bc743832416ffa206e6ef974491f7a9865312e99..f2857628e47a096e32f8038e3fec9f391a46fc53 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");