From 065f9e1196cf1067ad2bad9ecc49ed01b971a3a2 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Mon, 19 Dec 2005 12:36:48 +0000 Subject: [PATCH] windows-uninit-20051219 initialize the variable containing the afs id in case the pts lookup fails --- src/WINNT/afsd/afskfw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WINNT/afsd/afskfw.c b/src/WINNT/afsd/afskfw.c index 9113989ff1..38b6408d1b 100644 --- a/src/WINNT/afsd/afskfw.c +++ b/src/WINNT/afsd/afskfw.c @@ -2531,7 +2531,7 @@ ViceIDToUsername(char *username, #ifdef AFS_ID_TO_NAME char username_copy[BUFSIZ]; #endif /* AFS_ID_TO_NAME */ - long viceId; /* AFS uid of user */ + long viceId = ANONYMOUSID; /* AFS uid of user */ int status = 0; #ifdef ALLOW_REGISTER afs_int32 id;