summaryrefslogtreecommitdiff
path: root/pop3d/pop3d.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3d/pop3d.c')
-rw-r--r--pop3d/pop3d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop3d/pop3d.c b/pop3d/pop3d.c
index 670094b45..72f8193fc 100644
--- a/pop3d/pop3d.c
+++ b/pop3d/pop3d.c
@@ -233,7 +233,7 @@ pop3d_mainloop (int infile, int outfile)
ifile = fdopen (infile, "r");
ofile = fdopen (outfile, "w");
- if (!ofile || !ofile)
+ if (!ifile || !ofile)
pop3d_abquit (ERR_NO_OFILE);
state = AUTHORIZATION;

Return to:

Send suggestions and report system problems to the System administrator.