aboutsummaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2011-08-28 06:35:28 -0700
committerAndroid Code Review <code-review@android.com>2011-08-28 06:35:28 -0700
commit81aafe2f4151be660b5c48c153df596c2767cc4f (patch)
treee6572ceea7076977de8e9201e8f1fe1837f9cbfb /android
parentb89bfd2f50d7e1925b0402a51eb8751328e8e2c9 (diff)
parent2c137e16a2be44d95bd02eca02f173b4b83998b2 (diff)
downloadexternal_qemu-81aafe2f4151be660b5c48c153df596c2767cc4f.zip
external_qemu-81aafe2f4151be660b5c48c153df596c2767cc4f.tar.gz
external_qemu-81aafe2f4151be660b5c48c153df596c2767cc4f.tar.bz2
Merge "Fix premature boot-properties service disconnect."
Diffstat (limited to 'android')
-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;
}