s/vfork/fork/
[mmh] / sbr / ext_hook.c
index 467718b..771d558 100644 (file)
@@ -22,7 +22,7 @@ ext_hook(char *hook_name, char *message_file_name_1, char *message_file_name_2)
        if ((hook = context_find(hook_name)) == NULL)
                return (OK);
 
-       switch (pid = vfork()) {
+       switch (pid = fork()) {
        case -1:
                status = NOTOK;
                advise(NULL, "external database may be out-of-date.");