Author: mjmartin
Date: Fri Jan 9 00:13:14 2009
New Revision: 38659
URL:
http://svn.reactos.org/svn/reactos?rev=38659&view=rev
Log:
- Run process notification routines after successfully creating process.
Modified:
trunk/reactos/ntoskrnl/ps/process.c
Modified: trunk/reactos/ntoskrnl/ps/process.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ps/process.c?rev=…
==============================================================================
--- trunk/reactos/ntoskrnl/ps/process.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/ps/process.c [iso-8859-1] Fri Jan 9 00:13:14 2009
@@ -822,6 +822,9 @@
}
_SEH2_END;
+ /* Run the Notification Routines */
+ PspRunCreateProcessNotifyRoutines(Process, TRUE);
+
CleanupWithRef:
/*
* Dereference the process. For failures, kills the process and does