]> diplodocus.org Git - nmh/blobdiff - uip/mhlsbr.c
Modified test-mhmail probe.
[nmh] / uip / mhlsbr.c
index f87c47d35c0f19ab1ea04647ad258e7732fd8203..4f12b6d61b830b3ebb04fa0727a769643b66de61 100644 (file)
@@ -1657,7 +1657,7 @@ m_popen (char *name)
     if (pipe (pd) == NOTOK)
        adios ("pipe", "unable to");
 
-    switch (m_pid = vfork()) {
+    switch (m_pid = fork()) {
        case NOTOK: 
            adios ("fork", "unable to");