From 2c137e16a2be44d95bd02eca02f173b4b83998b2 Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Sat, 27 Aug 2011 16:30:10 -0700 Subject: Fix premature boot-properties service disconnect. Change-Id: I746147ab0c441a05055f7fc878eda3e035c0da14 --- android/boot-properties.c | 1 - 1 file changed, 1 deletion(-) (limited to 'android') 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; } -- cgit v1.1