[exim-cvs] typo: error message referenced wrong option

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Exim Git Commits Mailing List
Fecha:  
A: exim-cvs
Asunto: [exim-cvs] typo: error message referenced wrong option
Gitweb: https://git.exim.org/exim.git/commitdiff/20edc59755798df57b094d1f5ccf24726acbe319
Commit:     20edc59755798df57b094d1f5ccf24726acbe319
Parent:     56f6b77ef9217c8cba84cb151ec8fef205f6fc3e
Author:     Mehmet Suslu <msuslu@???>
AuthorDate: Tue Mar 1 10:33:23 2022 +0300
Committer:  Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Sat Nov 5 09:25:29 2022 +0100


    typo: error message referenced wrong option


    Fix typo, -oMas -> -oMai


    (cherry picked from commit 330ab60ef29c01fb472b6ce14e935ccb93e905ac)
---
 src/src/exim.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/src/src/exim.c b/src/src/exim.c
index f2a787e8a..b3fd9eff0 100644
--- a/src/src/exim.c
+++ b/src/src/exim.c
@@ -3329,7 +3329,7 @@ on the second character (the one after '-'), to save some effort. */

     else if (Ustrcmp(argrest, "ai") == 0)
       authenticated_id = string_copy_taint(
-        exim_str_fail_toolong(argv[++i], EXIM_EMAILADDR_MAX, "-oMas"),
+        exim_str_fail_toolong(argv[++i], EXIM_EMAILADDR_MAX, "-oMai"),
         GET_TAINTED);


     /* -oMi: Set incoming interface address */