git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56f6b77
)
typo: error message referenced wrong option
author
Mehmet Suslu
<msuslu@gmail.com>
Tue, 1 Mar 2022 07:33:23 +0000
(10:33 +0300)
committer
Heiko Schlittermann (HS12-RIPE)
<hs@schlittermann.de>
Sat, 5 Nov 2022 08:25:29 +0000
(09:25 +0100)
Fix typo, -oMas -> -oMai
(cherry picked from commit
330ab60ef29c01fb472b6ce14e935ccb93e905ac
)
src/src/exim.c
patch
|
blob
|
history
diff --git
a/src/src/exim.c
b/src/src/exim.c
index f2a787e8aca0da2f1389a40aa5227625bf44e91c..b3fd9eff0a3782cb402c925e265ddf5e2f129bb1 100644
(file)
--- 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, "-oMa
s
"),
+ exim_str_fail_toolong(argv[++i], EXIM_EMAILADDR_MAX, "-oMa
i
"),
GET_TAINTED);
/* -oMi: Set incoming interface address */