Ticket #18218: patch-qmail-lspawn.c.diff
File patch-qmail-lspawn.c.diff, 293 bytes (added by compconsultant@…, 16 years ago) |
---|
-
qmail-lspawn.c
old new 142 142 args[0] = "bin/qmail-getpw"; 143 143 args[1] = local; 144 144 args[2] = 0; 145 switch(gpwpid = vfork())145 switch(gpwpid = fork()) 146 146 { 147 147 case -1: 148 148 _exit(QLX_SYS);