diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2014-07-19 13:25:23 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2014-07-19 13:25:23 -0700 |
commit | 1291d2dbbe463469837afb471e4af58704b2d94a (patch) | |
tree | e5fa941dcd12b836e5d97304ff34bf244cbabb18 /xup | |
parent | 73578bc612b63e451a9203f7187f77152d069350 (diff) | |
download | xrdp-proprietary-1291d2dbbe463469837afb471e4af58704b2d94a.tar.gz xrdp-proprietary-1291d2dbbe463469837afb471e4af58704b2d94a.zip |
work on codec mode
Diffstat (limited to 'xup')
-rw-r--r-- | xup/xup.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |