git://git.exim.org
/
users
/
jgh
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
025f724
)
Compiler quietening. Bug 1555
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 29 Nov 2014 22:20:05 +0000
(22:20 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 29 Nov 2014 22:20:05 +0000
(22:20 +0000)
src/src/acl.c
patch
|
blob
|
history
diff --git
a/src/src/acl.c
b/src/src/acl.c
index 4ee70bf319814c2bc9743a2dde295ed487320f12..dc857b5773f837a2d9bac62fe1d44ac1fd32580e 100644
(file)
--- a/
src/src/acl.c
+++ b/
src/src/acl.c
@@
-2352,7
+2352,10
@@
rate measurement as opposed to rate limiting. */
sender_rate_limit = string_nextinlist(&arg, &sep, NULL, 0);
if (sender_rate_limit == NULL)
+ {
limit = -1.0;
+ ss = NULL; /* compiler quietening */
+ }
else
{
limit = Ustrtod(sender_rate_limit, &ss);