summaryrefslogtreecommitdiff
path: root/examples/pop3client.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pop3client.c')
-rw-r--r--examples/pop3client.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/pop3client.c b/examples/pop3client.c
index 86acaca02..b8f3db2b2 100644
--- a/examples/pop3client.c
+++ b/examples/pop3client.c
@@ -800,8 +800,7 @@ com_connect (char *arg)
if (verbose)
com_verbose ("on");
status =
- mu_tcp_stream_create (&tcp, argv[0], n,
- MU_STREAM_READ | MU_STREAM_NO_CHECK);
+ mu_tcp_stream_create (&tcp, argv[0], n, MU_STREAM_READ);
if (status == 0)
{
mu_pop3_set_carrier (pop3, tcp);

Return to:

Send suggestions and report system problems to the System administrator.