aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--android/boot-properties.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/boot-properties.c b/android/boot-properties.c
index 41b9b4d..acdeed9 100644
--- a/android/boot-properties.c
+++ b/android/boot-properties.c
@@ -308,7 +308,6 @@ boot_property_client_recv( void* opaque,
/* Send a NUL to signal the end of the list. */
qemud_client_send(client, (uint8_t*)"", 1);
- qemud_client_close(client);
return;
}