summaryrefslogtreecommitdiffstats
path: root/xup
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2014-07-19 13:25:23 -0700
committerJay Sorg <jay.sorg@gmail.com>2014-07-19 13:25:23 -0700
commit1291d2dbbe463469837afb471e4af58704b2d94a (patch)
treee5fa941dcd12b836e5d97304ff34bf244cbabb18 /xup
parent73578bc612b63e451a9203f7187f77152d069350 (diff)
downloadxrdp-proprietary-1291d2dbbe463469837afb471e4af58704b2d94a.tar.gz
xrdp-proprietary-1291d2dbbe463469837afb471e4af58704b2d94a.zip
work on codec mode
Diffstat (limited to 'xup')
-rw-r--r--xup/xup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xup/xup.c b/xup/xup.c
index 5429e5f3..294500be 100644
--- a/xup/xup.c
+++ b/xup/xup.c
@@ -1380,6 +1380,7 @@ lib_send_client_info(struct mod *mod)
struct stream *s;
int len;
+ g_writeln("lib_send_client_info:");
make_stream(s);
init_stream(s, 8192);
s_push_layer(s, iso_hdr, 4);