summaryrefslogtreecommitdiff
path: root/pop3d/top.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3d/top.c')
-rw-r--r--pop3d/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop3d/top.c b/pop3d/top.c
index 73d6a272d..3716875a7 100644
--- a/pop3d/top.c
+++ b/pop3d/top.c
@@ -62,7 +62,7 @@ pop3d_top (char *arg)
return ERR_UNKNOWN;
pop3d_outf ("+OK\n");
- mu_stream_copy (ostream, stream, 0);
+ mu_stream_copy (iostream, stream, 0);
pop3d_outf ("\n");
mu_stream_destroy (&stream);

Return to:

Send suggestions and report system problems to the System administrator.