mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
windows-uninit-20051219
initialize the variable containing the afs id in case the pts lookup fails
This commit is contained in:
parent
02a6d180f3
commit
065f9e1196
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user