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

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: admin
Fecha:  
A: exim-dev
Asunto: [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.