compilation fix missing UT ifdef wrapper in reference code

remotes/origin/master-1.1.x
William Metcalf 15 years ago committed by Victor Julien
parent 746ef0d2f8
commit efeab331ea

@ -301,9 +301,10 @@ static void SCRConfParseFile(DetectEngineCtx *de_ctx)
i++; i++;
} }
#ifdef UNITTESTS
SCLogInfo("Added \"%d\" reference types from the reference.config file", SCLogInfo("Added \"%d\" reference types from the reference.config file",
de_ctx->reference_conf_ht->count); de_ctx->reference_conf_ht->count);
#endif /* UNITTESTS */
return; return;
} }

Loading…
Cancel
Save