]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Fix misprint.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 2 Oct 2013 22:55:31 +0000 (23:55 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 2 Oct 2013 22:55:31 +0000 (23:55 +0100)
src/cfg_rcl.c

index 146a9e7f10a7ab062842eb844f59cbf3de1e76f0..2c4bb28456f683d9bd43503b5a9d6a575f64088b 100644 (file)
@@ -667,7 +667,7 @@ rspamd_read_rcl_config (struct rspamd_rcl_section *top,
                }
        }
 
-       cfg->rcl_obj = top;
+       cfg->rcl_obj = obj;
 
        return TRUE;
 }