From 3256178a2433f242f69c55f6eaee36ea314b2f1a Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 16 Feb 2016 13:44:35 +0000 Subject: Fix couple of issues found by gcc-6 --- src/libutil/util.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/libutil/util.c') diff --git a/src/libutil/util.c b/src/libutil/util.c index 0023a9ba1..1d5f49a61 100644 --- a/src/libutil/util.c +++ b/src/libutil/util.c @@ -1153,12 +1153,6 @@ resolve_stat_filename (rspamd_mempool_t * pool, s += rcptlen; continue; } - else if (*c == '%' && *(c + 1) == 'r') { - c += 2; - memcpy (s, from, fromlen); - s += fromlen; - continue; - } *s++ = *c; } -- cgit v1.2.3