Fix debug message: bytecode needs to look at dconf->bytecode.

Only affects debug output.
0.96
Török Edvin 15 years ago
parent 7a7365efe9
commit b56ddf136f
  1. 2
      libclamav/dconf.c

@ -258,7 +258,7 @@ void cli_dconf_print(struct cli_dconf *dconf)
continue;
} else if(!strcmp(modules[i].mname, "BYTECODE")) {
if(!bytecode) {
cli_dbgmsg("Module BYTECODE %s\n", dconf->phishing ? "On" : "Off");
cli_dbgmsg("Module BYTECODE %s\n", dconf->bytecode ? "On" : "Off");
bytecode = 1;
}
if(dconf->bytecode)

Loading…
Cancel
Save