Skip to content
Snippets Groups Projects
Commit 90275a01 authored by rswindell's avatar rswindell
Browse files

Revert previous commit: this was not a/the problem.

parent e30d00ba
No related branches found
No related tags found
No related merge requests found
......@@ -5607,7 +5607,7 @@ static void sendmail_thread(void* arg)
} else {
server=p;
tp=strrchr(p,':'); /* non-standard SMTP port */
if(tp!=NULL && tp == strchr(p, ':')) { // Only one colon, not an IPv6 address
if(tp!=NULL) {
*tp=0;
port=atoi(tp+1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment