X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=rdpsrv.c;h=f5bea8a23d0998b7857205c3d5c44d1bbdbf119a;hb=d7f4fdca92c39405a79d71d3910ff114e0a692f0;hp=c5cb1876fb397e6f608dc8fb9457ce8b8c3215b2;hpb=99f2e8c32508ab193c1d42221c86cb7fca4be9ab;p=rdpsrv diff --git a/rdpsrv.c b/rdpsrv.c index c5cb187..f5bea8a 100644 --- a/rdpsrv.c +++ b/rdpsrv.c @@ -364,8 +364,6 @@ int serve_client() } } - printf("LISTEN_ON_VNC=%u\n", listen_on_vnc); - // activity on VNC socket? if (FD_ISSET(vnc_sock, &readfs) && listen_on_vnc) { unsigned char buf[256];