Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 273170 | Differences between
and this patch

Collapse All | Expand All

(-)simscan-1.4.0/simscan.c (-1 / +1 lines)
Lines 764-770 Link Here
764
    case 0:
764
    case 0:
765
      close(pim[1]);
765
      close(pim[1]);
766
      dup2(pim[0],0);
766
      dup2(pim[0],0);
767
      execl(qmail_queue, qmail_queue, 0);
767
      execl(qmail_queue, qmail_queue, NULL);
768
      _exit(-1);
768
      _exit(-1);
769
  }
769
  }
770
  close(pim[0]);
770
  close(pim[0]);

Return to bug 273170