Support wire-format spoolfiles
[exim.git] / src / src / deliver.c
index 2787d0040d5cba90d39886914e1c1f8c3f3cabf5..262ae454f67ba96b3c96b992044ba3c525058949 100644 (file)
@@ -3890,14 +3890,12 @@ for (;;)   /* Normally we do not repeat this loop */
     maxpipe = 0;
     FD_ZERO(&select_pipes);
     for (poffset = 0; poffset < remote_max_parallel; poffset++)
-      {
       if (parlist[poffset].pid != 0)
         {
         int fd = parlist[poffset].fd;
         FD_SET(fd, &select_pipes);
         if (fd > maxpipe) maxpipe = fd;
         }
-      }
 
     /* Stick in a 60-second timeout, just in case. */