diff options
Diffstat (limited to 'dix/main.c')
-rw-r--r-- | dix/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dix/main.c b/dix/main.c index ca0028a39..543e94c86 100644 --- a/dix/main.c +++ b/dix/main.c @@ -440,6 +440,8 @@ main(int argc, char *argv[], char *envp[]) } } + NotifyParentProcess(); + Dispatch(); /* Now free up whatever must be freed */ |