Diff between 625fb585f5c03a8367d5d110d78aebb787a76a91 and ed1d75bee937970656ef14394a693b09d9d256bb

Changed Files

File Additions Deletions Status
android/test-ipc.c +2 -2 modified

Full Patch

diff --git a/android/test-ipc.c b/android/test-ipc.c
index 851b5fd..8dd53a1 100644
--- a/android/test-ipc.c
+++ b/android/test-ipc.c
@@ -264,8 +264,8 @@ static void execute_context(struct context *context)
 {
 	g_main_loop_run(context->main_loop);
 
-	g_io_channel_shutdown(context->notif_io, true, NULL);
-	g_io_channel_shutdown(context->cmd_io, true, NULL);
+	g_io_channel_shutdown(context->notif_io, TRUE, NULL);
+	g_io_channel_shutdown(context->cmd_io, TRUE, NULL);
 	g_io_channel_unref(context->cmd_io);
 	g_io_channel_unref(context->notif_io);