Browse Source

[Minor] Fix variable name

tags/1.8.2
Vsevolod Stakhov 5 years ago
parent
commit
2ae394086b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libserver/symbols_cache.c

+ 1
- 1
src/libserver/symbols_cache.c View File

@@ -515,7 +515,7 @@ rspamd_symbols_cache_post_init (struct symbols_cache *cache)
dit = g_hash_table_lookup (cache->items_by_symbol, dep->sym);

if (dit != NULL) {
if (dit->is_virtual != -1) {
if (dit->is_virtual) {
dit = g_ptr_array_index (cache->filters,
dit->specific.virtual.parent);
}

Loading…
Cancel
Save