summaryrefslogtreecommitdiffstats
path: root/libxrdp/xrdp_orders.c
diff options
context:
space:
mode:
authorLaxmikant Rashinkar <LK.Rashinkar@gmail.com>2012-12-26 18:58:31 -0800
committerLaxmikant Rashinkar <LK.Rashinkar@gmail.com>2012-12-26 18:58:31 -0800
commitf3cc2a5154e79afcebed79b9dc85205fdd950043 (patch)
treef4f67a024422401b66c8839f526c9db385d3e001 /libxrdp/xrdp_orders.c
parentcae2adb75e2b339017746436c63f7d2b8c35fb63 (diff)
parentcce4f773d858a2b131a026fa82136743155ad12b (diff)
downloadxrdp-proprietary-f3cc2a5154e79afcebed79b9dc85205fdd950043.tar.gz
xrdp-proprietary-f3cc2a5154e79afcebed79b9dc85205fdd950043.zip
Merge branch 'master' of https://github.com/FreeRDP/xrdp
Diffstat (limited to 'libxrdp/xrdp_orders.c')
-rw-r--r--libxrdp/xrdp_orders.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libxrdp/xrdp_orders.c b/libxrdp/xrdp_orders.c
index a76ecaea..bb95aa71 100644
--- a/libxrdp/xrdp_orders.c
+++ b/libxrdp/xrdp_orders.c
@@ -2449,6 +2449,7 @@ xrdp_orders_send_create_os_surface(struct xrdp_orders *self, int id,
order_flags |= 1 << 2; /* type RDP_ORDER_ALTSEC_CREATE_OFFSCR_BITMAP */
out_uint8(self->out_s, order_flags);
cache_id = id & 0x7fff;
+ LLOGLN(10, ("xrdp_orders_send_create_os_surface: cache_id %d", cache_id));
flags = cache_id;
if (num_del_list > 0)