windows-uninit-20051219

initialize the variable containing the afs id in case the pts lookup
fails
This commit is contained in:
Jeffrey Altman 2005-12-19 12:36:48 +00:00
parent 02a6d180f3
commit 065f9e1196

View File

@ -2531,7 +2531,7 @@ ViceIDToUsername(char *username,
#ifdef AFS_ID_TO_NAME #ifdef AFS_ID_TO_NAME
char username_copy[BUFSIZ]; char username_copy[BUFSIZ];
#endif /* AFS_ID_TO_NAME */ #endif /* AFS_ID_TO_NAME */
long viceId; /* AFS uid of user */ long viceId = ANONYMOUSID; /* AFS uid of user */
int status = 0; int status = 0;
#ifdef ALLOW_REGISTER #ifdef ALLOW_REGISTER
afs_int32 id; afs_int32 id;