Umm...

Best regards,
Alex Ionescu


On Fri, Jan 9, 2009 at 1:13 AM, <mjmartin@svn.reactos.org> wrote:
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=38659&r1=38658&r2=38659&view=diff
==============================================================================
--- 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