INN commit: trunk/contrib (expirectl.c)
INN Commit
rra at isc.org
Mon May 25 10:05:26 UTC 2015
Date: Monday, May 25, 2015 @ 03:05:26
Author: iulius
Revision: 9885
contrib/expirectl.c: Remove useless line (base variable was never read)
Modified:
trunk/contrib/expirectl.c
-------------+
expirectl.c | 1 -
1 file changed, 1 deletion(-)
Modified: expirectl.c
===================================================================
--- expirectl.c 2015-05-25 10:04:16 UTC (rev 9884)
+++ expirectl.c 2015-05-25 10:05:26 UTC (rev 9885)
@@ -250,7 +250,6 @@
bcopy(base, dptr, sptr - base);
dptr += sptr - base;
- base = sptr;
d = strtod(sptr + 1, &sptr);
if (*sptr == '/')
More information about the inn-committers
mailing list