Ticket #18218: patch-qmail-lspawn.c.diff

File patch-qmail-lspawn.c.diff, 293 bytes (added by compconsultant@…, 15 years ago)

Goes in files directory

  • qmail-lspawn.c

    old new  
    142142 args[0] = "bin/qmail-getpw";
    143143 args[1] = local;
    144144 args[2] = 0;
    145  switch(gpwpid = vfork())
     145 switch(gpwpid = fork())
    146146  {
    147147   case -1:
    148148     _exit(QLX_SYS);