summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: db45760)
raw | patch | inline | side by side (parent: db45760)
author | Ruben Kerkhof <ruben@tilaa.com> | |
Sat, 12 Dec 2015 11:24:41 +0000 (12:24 +0100) | ||
committer | Ruben Kerkhof <ruben@tilaa.com> | |
Sat, 12 Dec 2015 11:24:41 +0000 (12:24 +0100) |
CID #38010
src/email.c | patch | blob | history |
diff --git a/src/email.c b/src/email.c
index 0b140bfed55a0560aeb6e4f06f42ec39987c190e..4f5753c3f49fbecce57390a2096b30ca8f554f4f 100644 (file)
--- a/src/email.c
+++ b/src/email.c
}
connection = malloc (sizeof (*connection));
- if (connection != NULL)
+ if (connection == NULL)
{
close (remote);
continue;