summaryrefslogtreecommitdiff
path: root/pop3d/extra.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3d/extra.c')
-rw-r--r--pop3d/extra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop3d/extra.c b/pop3d/extra.c
index 0720fbaa5..f6aea58a2 100644
--- a/pop3d/extra.c
+++ b/pop3d/extra.c
@@ -136,7 +136,7 @@ pop3d_readline (FILE *fp)
static char buffer[512];
char *ptr;
- alarm (timeout);
+ alarm (daemon_param.timeout);
ptr = fgets (buffer, sizeof (buffer), fp);
alarm (0);

Return to:

Send suggestions and report system problems to the System administrator.