git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2a4be8f
)
Minor tweak to a comment.
author
Philip Hazel
<ph10@hermes.cam.ac.uk>
Tue, 31 May 2005 11:10:50 +0000
(11:10 +0000)
committer
Philip Hazel
<ph10@hermes.cam.ac.uk>
Tue, 31 May 2005 11:10:50 +0000
(11:10 +0000)
src/src/exim.c
patch
|
blob
|
history
diff --git
a/src/src/exim.c
b/src/src/exim.c
index 32ddb96d24265ec1f45b5e1189281516656f11a4..0ed6c7ae571df48019eb242b21e7bbd8518b6c73 100644
(file)
--- a/
src/src/exim.c
+++ b/
src/src/exim.c
@@
-1,4
+1,4
@@
-/* $Cambridge: exim/src/src/exim.c,v 1.
19 2005/05/03 14:20:01
ph10 Exp $ */
+/* $Cambridge: exim/src/src/exim.c,v 1.
20 2005/05/31 11:10:50
ph10 Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
/*************************************************
* Exim - an Internet mail transport agent *
@@
-586,7
+586,8
@@
exit(rc);
*************************************************/
/* Called to extract the port from the values given to -oMa and -oMi.
*************************************************/
/* Called to extract the port from the values given to -oMa and -oMi.
-It also checks the syntax of the address.
+It also checks the syntax of the address, and terminates it before the
+port data when a port is extracted.
Argument:
address the address, with possible port on the end
Argument:
address the address, with possible port on the end