Windows: RDR capture Cc/Mm exceptions do not break
[openafs.git] / src / WINNT / afsrdr / kernel / lib / AFSCleanup.cpp
index 27e301f..5fa79a3 100644 (file)
@@ -328,7 +328,7 @@ AFSCleanup( IN PDEVICE_OBJECT LibDeviceObject,
                                            NULL,
                                            NULL);
                }
-               __except( AFSExceptionFilter( __FUNCTION__, GetExceptionCode(), GetExceptionInformation()))
+               __except( EXCEPTION_EXECUTE_HANDLER)
                {
 
                    ntStatus = GetExceptionCode();