X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2FWINNT%2Fafsrdr%2Fkernel%2Flib%2FAFSEa.cpp;h=94fa398c20917556e1946da1bc10e42303321911;hp=63100bd2500b021ce76eb3ab95326da135cc3899;hb=9c723e7a514ee4f809348ec79e2124cf3a38d895;hpb=2a7795aa565dfa4e371f806b799ce6a01a2db6c9 diff --git a/src/WINNT/afsrdr/kernel/lib/AFSEa.cpp b/src/WINNT/afsrdr/kernel/lib/AFSEa.cpp index 63100bd..94fa398 100644 --- a/src/WINNT/afsrdr/kernel/lib/AFSEa.cpp +++ b/src/WINNT/afsrdr/kernel/lib/AFSEa.cpp @@ -68,7 +68,7 @@ AFSQueryEA( IN PDEVICE_OBJECT LibDeviceObject, "AFSQueryEa Entry for FO %08lX\n", pIrpSp->FileObject); AFSCompleteRequest( Irp, - ntStatus); + ntStatus); } __except( AFSExceptionFilter( GetExceptionCode(), GetExceptionInformation()) ) @@ -112,7 +112,7 @@ AFSSetEA( IN PDEVICE_OBJECT LibDeviceObject, "AFSSetEa Entry for FO %08lX\n", pIrpSp->FileObject); AFSCompleteRequest( Irp, - ntStatus); + ntStatus); } __except( AFSExceptionFilter( GetExceptionCode(), GetExceptionInformation()) )