From 37b4a14b5472eaeb1650e915b7b302d1d7d1adf2 Mon Sep 17 00:00:00 2001 From: volth Date: Wed, 4 Jan 2017 12:54:55 +0000 Subject: fix build with --enable-xrdpdebug=yes --- vnc/Makefile.am | 6 ++++++ vnc/vnc.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'vnc') diff --git a/vnc/Makefile.am b/vnc/Makefile.am index 453022f4..fc0f8385 100644 --- a/vnc/Makefile.am +++ b/vnc/Makefile.am @@ -5,6 +5,12 @@ AM_CPPFLAGS = \ -DXRDP_PID_PATH=\"${localstatedir}/run\" \ -I$(top_srcdir)/common +if XRDP_DEBUG +AM_CPPFLAGS += -DXRDP_DEBUG +else +AM_CPPFLAGS += -DXRDP_NODEBUG +endif + module_LTLIBRARIES = \ libvnc.la diff --git a/vnc/vnc.c b/vnc/vnc.c index 3a91ea9d..1b1ae269 100644 --- a/vnc/vnc.c +++ b/vnc/vnc.c @@ -1388,7 +1388,6 @@ lib_mod_connect(struct vnc *v) trans_delete(v->trans); v->trans = 0; v->server_msg(v, "some problem", 0); - LIB_DEBUG(mod, "out lib_mod_connect error"); return 1; } else -- cgit v1.2.1