Fix -bi. Bug 2590
[users/heiko/exim.git] / src / src / exim.c
index a60488e953a9ce2d858e476db1aa0f6f47a2c408..6143fe9897194f9a91220840954100f1b2e58636 100644 (file)
@@ -2148,7 +2148,7 @@ on the second character (the one after '-'), to save some effort. */
        concept of *the* alias file, but since Sun's YP make script calls
        sendmail this way, some support must be provided. */
        case 'i':
-         if (!*++argrest) bi_option = TRUE;
+         if (!*argrest) bi_option = TRUE;
          else badarg = TRUE;
          break;