git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c0a0c21
)
kauth-rebuild-remove-bogus-argument-20010628
author
Nathan Neulinger
<nneul@umr.edu>
Fri, 29 Jun 2001 04:58:51 +0000 (
04:58
+0000)
committer
Derrick Brashear
<shadow@dementia.org>
Fri, 29 Jun 2001 04:58:51 +0000 (
04:58
+0000)
remove unneeded, unused argument
src/kauth/rebuild.c
patch
|
blob
|
history
diff --git
a/src/kauth/rebuild.c
b/src/kauth/rebuild.c
index
bc74383
..
f285762
100644
(file)
--- a/
src/kauth/rebuild.c
+++ b/
src/kauth/rebuild.c
@@
-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");