summaryrefslogtreecommitdiff
path: root/pop3d/pop3d.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3d/pop3d.c')
-rw-r--r--pop3d/pop3d.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pop3d/pop3d.c b/pop3d/pop3d.c
index 1ecf36f5a..6fe172276 100644
--- a/pop3d/pop3d.c
+++ b/pop3d/pop3d.c
@@ -233,8 +233,8 @@ pop3_mainloop (int infile, int outfile)
if (md5shared == NULL)
pop3_abquit (ERR_NO_MEM);
- snprintf (md5shared, strlen (local_hostname) + 50, "<%d.%ld@%s>", getpid (),
- time (NULL), local_hostname);
+ snprintf (md5shared, strlen (local_hostname) + 50, "<%u.%u@%s>", getpid (),
+ (int)time (NULL), local_hostname);
free (local_hostname);
fflush (ofile);

Return to:

Send suggestions and report system problems to the System administrator.