[exim-dev] [Bug 2590] using the -bi option returns an error

Page principale
Supprimer ce message
Répondre à ce message
Auteur: admin
Date:  
À: exim-dev
Sujet: [exim-dev] [Bug 2590] using the -bi option returns an error
https://bugs.exim.org/show_bug.cgi?id=2590

--- Comment #1 from Pierre labastie <pierre.labastie@???> ---
Looks like, in the src/exim.c lines:
        case 'i':
          if (!*++argrest) bi_option = TRUE;
          else badarg = TRUE;
          break;


the "++" shouldn't be there: argrest is already incremented in switch

--
You are receiving this mail because:
You are on the CC list for the bug.