From e7e4d61265dc276535ef790bcbc5000a339e5d8f Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Fri, 6 May 2016 18:17:56 -0700 Subject: [PATCH] Return correct error code from process_server_paint_rect_shmem_ex() --- xup/xup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } /******************************************************************************/