From 3002d38bcd30a1ac20c77a2c30a6858435f6d604 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Thu, 3 Aug 2006 22:48:54 +0000 Subject: [PATCH] windows-afslogon-null-ptr-20060803 FIXES 33962 do not dereference a null pointer effDomain --- src/WINNT/afsd/afslogon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WINNT/afsd/afslogon.c b/src/WINNT/afsd/afslogon.c index a390b6a26..3767bc17c 100644 --- a/src/WINNT/afsd/afslogon.c +++ b/src/WINNT/afsd/afslogon.c @@ -398,7 +398,7 @@ GetDomainLogonOptions( PLUID lpLogonId, char * username, char * domain, LogonOpt hkDoms = NULL; } } else - DebugEvent("Not opening domain key for [%s]", effDomain); + DebugEvent("Not opening domain key"); /* Each individual can either be specified on the domain key, the domains key or in the net provider key. They fail over in that order. If none is found, we just use the -- 2.39.5