diff options
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1543,7 +1543,7 @@ const int maxfetch; /* maximum number of messages to fetch */ } else { - char buf[POPBUFSIZE+1], *realhost; + char buf[MSGBUFSIZE+1], *realhost; int len, num, count, new, bytes, deletions = 0, *msgsizes = NULL; #if INET6_ENABLE int fetches, dispatches, oldphase; |