Initialize cellentry. It does not appear to be possible to actually hit
code that references an uninitialized cellentry, but the compiler can
still complain.
Reviewed-on: http://gerrit.openafs.org/665
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
/* one or more config files appears to be invalid */
serverSt = ADMCFGSERVERBASICINFOINVALID;
} else {
- struct afsconf_entry *cellentry;
+ struct afsconf_entry *cellentry = NULL;
if (confdir->cellName == NULL || *confdir->cellName == '\0') {
/* no cell set for server */