X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=apps%2Firssi%2Fsrc%2Fsilc%2Fcore%2Fsilc-core.c;fp=apps%2Firssi%2Fsrc%2Fsilc%2Fcore%2Fsilc-core.c;h=d66a059584766cd3979753c352d75c5578a65a8f;hp=ffc5e2a7f77368fb651e2f7b1df8392e8851d7f6;hb=395df2c1aeed253ccaad7978a0cf866c3ef3a738;hpb=9d2081a0cdedd7e20f0fa4879a1de21a5c24e7bf diff --git a/apps/irssi/src/silc/core/silc-core.c b/apps/irssi/src/silc/core/silc-core.c index ffc5e2a7..d66a0595 100644 --- a/apps/irssi/src/silc/core/silc-core.c +++ b/apps/irssi/src/silc/core/silc-core.c @@ -57,7 +57,8 @@ static int idletag; SilcClient silc_client = NULL; SilcClientConfig silc_config = NULL; extern SilcClientOperations ops; -extern int silc_debug; +extern bool silc_debug; +extern bool silc_debug_hexdump; #ifdef SILC_SIM /* SIM (SILC Module) table */ SilcSimContext **sims = NULL; @@ -270,6 +271,7 @@ void silc_core_init_finish(void) if (opt_debug) { silc_debug = TRUE; + silc_debug_hexdump = TRUE; silc_log_set_debug_string(opt_debug); silc_log_set_callbacks(silc_log_info, silc_log_warning, silc_log_error, NULL);