diff options
Diffstat (limited to 'src/qmail-qmtpd.c')
-rw-r--r-- | src/qmail-qmtpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmail-qmtpd.c b/src/qmail-qmtpd.c index b3a121d..9cbc682 100644 --- a/src/qmail-qmtpd.c +++ b/src/qmail-qmtpd.c @@ -78,7 +78,7 @@ void getcomma() if (ch != ',') badproto(); } -unsigned int databytes = 0; +unsigned long databytes = 0; unsigned int bytestooverflow = 0; struct qmail qq; |