From: Jeffrey Altman Date: Sat, 7 Apr 2012 02:18:59 +0000 (-0400) Subject: Windows: AFSCheckCellName one level of indirection X-Git-Tag: upstream/1.8.0_pre1^2~2631 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=85fad9a69f0d3df73ec8285722e788fe49ae9459;p=packages%2Fo%2Fopenafs.git Windows: AFSCheckCellName one level of indirection The parameter 'CellName' is a UNICODE_STRING *. No need to take the pointer of it to pass to AFSDbgLogMsg(). Change-Id: Id49f95058541a1a0ddaa0db9cb2c5ef0e5a32c64 Reviewed-on: http://gerrit.openafs.org/7109 Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman --- diff --git a/src/WINNT/afsrdr/kernel/lib/AFSNameSupport.cpp b/src/WINNT/afsrdr/kernel/lib/AFSNameSupport.cpp index 18a291d5f..1610e913b 100644 --- a/src/WINNT/afsrdr/kernel/lib/AFSNameSupport.cpp +++ b/src/WINNT/afsrdr/kernel/lib/AFSNameSupport.cpp @@ -3827,7 +3827,7 @@ AFSCheckCellName( IN GUID *AuthGroup, AFSDbgLogMsg( AFS_SUBSYSTEM_FILE_PROCESSING, AFS_TRACE_LEVEL_WARNING, "AFSCheckCellName entry %wZ does not exist parent FID %08lX-%08lX-%08lX-%08lX Status %08lX\n", - &CellName, + CellName, AFSGlobalRoot->ObjectInformation.FileId.Cell, AFSGlobalRoot->ObjectInformation.FileId.Volume, AFSGlobalRoot->ObjectInformation.FileId.Vnode,