Compiler quietening. Bug 1555
authorJeremy Harris <jgh146exb@wizmail.org>
Sat, 29 Nov 2014 22:20:05 +0000 (22:20 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Sat, 29 Nov 2014 22:20:05 +0000 (22:20 +0000)
src/src/acl.c

index 4ee70bf319814c2bc9743a2dde295ed487320f12..dc857b5773f837a2d9bac62fe1d44ac1fd32580e 100644 (file)
@@ -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);