git://git.openafs.org
/
openafs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
viced: null-terminate server list for ubik
[openafs.git]
/
src
/
viced
/
viced.c
diff --git
a/src/viced/viced.c
b/src/viced/viced.c
index
982aad2
..
c448d80
100644
(file)
--- a/
src/viced/viced.c
+++ b/
src/viced/viced.c
@@
-1494,6
+1494,7
@@
vl_Initialize(struct afsconf_dir *dir)
struct rx_securityClass *sc;
struct rx_connection *serverconns[MAXSERVERS];
+ memset(serverconns, 0, sizeof(serverconns));
code = afsconf_ClientAuth(dir, &sc, &scIndex);
if (code) {
ViceLog(0, ("Could not get security object for localAuth\n"));