Skip to content

Commit

Permalink
integrate 3ccbe1c (thanks normalcode)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhvh committed Mar 23, 2012
1 parent eab6f83 commit 73cbb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/low-level/pop3/mailpop3_ssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ int mailpop3_ssl_connect_with_callback(mailpop3 * f, const char * server, uint16
#if HAVE_CFNETWORK
if (mailstream_cfstream_enabled) {
if (callback == NULL) {
return (mailpop3_cfssl_connect, server, port);
return mailpop3_cfssl_connect(f, server, port);
}
}
#endif
Expand Down

0 comments on commit 73cbb3c

Please sign in to comment.