summaryrefslogtreecommitdiff
path: root/libproto/pop/mbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'libproto/pop/mbox.c')
-rw-r--r--libproto/pop/mbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libproto/pop/mbox.c b/libproto/pop/mbox.c
index 6865f6ff3..9b658bc51 100644
--- a/libproto/pop/mbox.c
+++ b/libproto/pop/mbox.c
@@ -105,7 +105,7 @@ pop_open (mu_mailbox_t mbox, int flags)
struct _pop3_mailbox *mpd = mbox->data;
int status;
const char *host;
- long port = mpd->pops ? MU_POPS_PORT : MU_POP_PORT;
+ unsigned port = mpd->pops ? MU_POPS_PORT : MU_POP_PORT;
mu_stream_t stream;
/* Sanity checks. */

Return to:

Send suggestions and report system problems to the System administrator.