From: Vsevolod Stakhov Date: Fri, 2 Sep 2016 14:33:16 +0000 (+0100) Subject: [Minor] `type` -> `backend` for fuzzy backend type X-Git-Tag: 1.4.0~502 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e295f24b1231f5494631db74b07336c5444d8951;p=thirdparty%2Frspamd.git [Minor] `type` -> `backend` for fuzzy backend type --- diff --git a/src/libserver/fuzzy_backend.c b/src/libserver/fuzzy_backend.c index 98fd5a5dc6..36f448989d 100644 --- a/src/libserver/fuzzy_backend.c +++ b/src/libserver/fuzzy_backend.c @@ -257,7 +257,7 @@ rspamd_fuzzy_backend_create (struct event_base *ev_base, gdouble expire = DEFAULT_EXPIRE; if (config != NULL) { - elt = ucl_object_lookup (config, "type"); + elt = ucl_object_lookup (config, "backend"); if (elt != NULL && ucl_object_type (elt) == UCL_STRING) { if (strcmp (ucl_object_tostring (elt), "sqlite") == 0) {