aboutsummaryrefslogtreecommitdiffstats
path: root/android/boot-properties.c
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2011-08-27 16:30:10 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2011-08-27 16:30:10 -0700
commit2c137e16a2be44d95bd02eca02f173b4b83998b2 (patch)
treee6572ceea7076977de8e9201e8f1fe1837f9cbfb /android/boot-properties.c
parentb89bfd2f50d7e1925b0402a51eb8751328e8e2c9 (diff)
downloadexternal_qemu-2c137e16a2be44d95bd02eca02f173b4b83998b2.zip
external_qemu-2c137e16a2be44d95bd02eca02f173b4b83998b2.tar.gz
external_qemu-2c137e16a2be44d95bd02eca02f173b4b83998b2.tar.bz2
Fix premature boot-properties service disconnect.
Change-Id: I746147ab0c441a05055f7fc878eda3e035c0da14
Diffstat (limited to 'android/boot-properties.c')
-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;
}