summaryrefslogtreecommitdiffstats
path: root/xup
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2016-05-06 18:17:56 -0700
committerPavel Roskin <plroskin@gmail.com>2016-05-06 18:17:56 -0700
commite7e4d61265dc276535ef790bcbc5000a339e5d8f (patch)
tree53333710fc67684da9497c0c69284b2c38a1d93a /xup
parent0a6a55b5472fff76a09d3b2435ec0d09329a93d7 (diff)
downloadxrdp-proprietary-e7e4d61265dc276535ef790bcbc5000a339e5d8f.tar.gz
xrdp-proprietary-e7e4d61265dc276535ef790bcbc5000a339e5d8f.zip
Return correct error code from process_server_paint_rect_shmem_ex()
Diffstat (limited to 'xup')
-rw-r--r--xup/xup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xup/xup.c b/xup/xup.c
index c93fa799..b4a5df1e 100644
--- a/xup/xup.c
+++ b/xup/xup.c
@@ -1236,7 +1236,7 @@ process_server_paint_rect_shmem_ex(struct mod *amod, struct stream *s)
g_free(lcrects);
g_free(ldrects);
- return 0;
+ return rv;
}
/******************************************************************************/