mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 08:20:16 +00:00
kpasswd-uninitialized-20040605
FIXES 4994 More uninitialized variables
This commit is contained in:
parent
6d4bdfc2f7
commit
326e26068f
@ -211,10 +211,10 @@ CommandProc(as, arock)
|
|||||||
char *arock;
|
char *arock;
|
||||||
struct cmd_syndesc *as;
|
struct cmd_syndesc *as;
|
||||||
{
|
{
|
||||||
char name[MAXKTCNAMELEN];
|
char name[MAXKTCNAMELEN]="";
|
||||||
char instance[MAXKTCNAMELEN];
|
char instance[MAXKTCNAMELEN]="";
|
||||||
char cell[MAXKTCREALMLEN];
|
char cell[MAXKTCREALMLEN]="";
|
||||||
char realm[MAXKTCREALMLEN];
|
char realm[MAXKTCREALMLEN]="";
|
||||||
afs_int32 serverList[MAXSERVERS];
|
afs_int32 serverList[MAXSERVERS];
|
||||||
char *lcell; /* local cellname */
|
char *lcell; /* local cellname */
|
||||||
int code;
|
int code;
|
||||||
|
Loading…
Reference in New Issue
Block a user