diff options
Diffstat (limited to 'src/cfg_xml.c')
-rw-r--r-- | src/cfg_xml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cfg_xml.c b/src/cfg_xml.c index a631e26cd..5e0d69a4c 100644 --- a/src/cfg_xml.c +++ b/src/cfg_xml.c @@ -690,7 +690,7 @@ worker_handle_bind (struct config_file *cfg, struct rspamd_xml_userdata *ctx, GH return TRUE; } -G_INLINE_FUNC gboolean +static inline gboolean check_action (const gchar *data, gint *result) { if (g_ascii_strncasecmp (data, "reject", sizeof ("reject") - 1) == 0) { |