]> source.dussan.org Git - rspamd.git/commitdiff
* Misprint in macro name
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Tue, 25 Aug 2009 09:55:12 +0000 (13:55 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Tue, 25 Aug 2009 09:55:12 +0000 (13:55 +0400)
src/util.c

index 585aa5cb8a1c806c6ace699167dacbc8b8a6c9fd..5fe99d051ba0f3e6063e18dfe37c8f9fcd0bb463 100644 (file)
@@ -912,7 +912,7 @@ rspamd_strcase_hash (gconstpointer key)
 void 
 gperf_profiler_init (struct config_file *cfg, const char *descr)
 {
-#if defined(WITH_GPERF_TOOLS) && defined(MAIN_RSPAMD)
+#if defined(WITH_GPERF_TOOLS) && defined(RSPAMD_MAIN)
        char prof_path[PATH_MAX];
 
        if (getenv("CPUPROFILE")) {