diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2007-04-09 01:38:51 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2007-04-09 01:38:51 +0000 |
commit | 14e22b52d4375b164f9fa21c0ab3abd9837e823f (patch) | |
tree | 2a4f38ae8ba223f3bf2402f56d35c997e5af6db5 /contrib/sendmail/src/ratectrl.c | |
parent | 0a9c74f73599b0ca2981b57815b436d1f6de6191 (diff) | |
download | FreeBSD-src-14e22b52d4375b164f9fa21c0ab3abd9837e823f.zip FreeBSD-src-14e22b52d4375b164f9fa21c0ab3abd9837e823f.tar.gz |
Import sendmail 8.14.1
Diffstat (limited to 'contrib/sendmail/src/ratectrl.c')
-rw-r--r-- | contrib/sendmail/src/ratectrl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/sendmail/src/ratectrl.c b/contrib/sendmail/src/ratectrl.c index 3185eae..22f9803 100644 --- a/contrib/sendmail/src/ratectrl.c +++ b/contrib/sendmail/src/ratectrl.c @@ -45,7 +45,7 @@ */ #include <sendmail.h> -SM_RCSID("@(#)$Id: ratectrl.c,v 8.10 2005/06/14 23:07:23 ca Exp $") +SM_RCSID("@(#)$Id: ratectrl.c,v 8.11 2006/08/15 23:24:57 ca Exp $") /* ** stuff included - given some warnings (inet_ntoa) @@ -245,7 +245,7 @@ client_rate(now, saddr, update) if (!CHashAryOK) { - memset(CHashAry, 0, sizeof (CHashAry)); + memset(CHashAry, 0, sizeof(CHashAry)); CHashAryOK = true; } @@ -386,7 +386,7 @@ client_rate(now, saddr, update) #endif /* NETINET6 */ #if 1 memset(chBest->ch_Times, '\0', - sizeof (chBest->ch_Times)); + sizeof(chBest->ch_Times)); #endif /* 1 */ } |