From: Vsevolod Stakhov Date: Sat, 20 Feb 2016 22:22:17 +0000 (+0000) Subject: Backport fix from libucl X-Git-Tag: 1.2.0~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad03eeb99a0bdaa1be1e346845b84bd9b505bf5d;p=thirdparty%2Frspamd.git Backport fix from libucl --- diff --git a/contrib/libucl/ucl_parser.c b/contrib/libucl/ucl_parser.c index cceb8a8578..ac3fe05438 100644 --- a/contrib/libucl/ucl_parser.c +++ b/contrib/libucl/ucl_parser.c @@ -259,7 +259,7 @@ ucl_lex_time_multiplier (const unsigned char c) { {'h', 60 * 60}, {'d', 60 * 60 * 24}, {'w', 60 * 60 * 24 * 7}, - {'y', 60 * 60 * 24 * 7 * 365} + {'y', 60 * 60 * 24 * 365} }; int i;