From 878e7c8a245f18b5a8466f047c373db9f4e758ff Mon Sep 17 00:00:00 2001 From: "tube@tube-ThinkPad-X100e.(none)" Date: Tue, 19 Aug 2014 17:13:37 +0000 Subject: [PATCH] Changed cw_dbg_opt_type to the new naming: ...level FossilOrigin-Name: 6b42cea2d473a45c470716d3aa97b2cfcf03c53c635b2b679875597beb5b6a1e --- src/wtp/wtp_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wtp/wtp_main.c b/src/wtp/wtp_main.c index 82b1128b..9ea9b8fd 100644 --- a/src/wtp/wtp_main.c +++ b/src/wtp/wtp_main.c @@ -110,7 +110,7 @@ int wtp_main(const char *ad) // conf_sslkeypass="7u83"; - cw_dbg_opt_type = DBG_DTLS; + cw_dbg_opt_level = DBG_DTLS; #ifdef WITH_DTLS dtls_init();