Diff between 091616204cca0b5b8464ee2a07b4cea01c4bde4d and 0ffbc7d2c0a5409f54648bbcb97bc2582162a521

Changed Files

File Additions Deletions Status
android/android-tester.c +1 -1 modified

Full Patch

diff --git a/android/android-tester.c b/android/android-tester.c
index a448ab5..c14cc19 100644
--- a/android/android-tester.c
+++ b/android/android-tester.c
@@ -445,7 +445,7 @@ static void emulator(int pipe, int hci_index)
 
 	close(pipe);
 	close(fd);
-	bluetoothd_start(hci_index);
+	return bluetoothd_start(hci_index);
 
 failed:
 	close(pipe);