resolved conflicts for merge of ed336839 to master
This commit is contained in:
@@ -79,6 +79,7 @@ static bool initNative(JNIEnv* env, jobject object) {
|
||||
dbus_error_free(&err);
|
||||
return false;
|
||||
}
|
||||
dbus_connection_set_exit_on_disconnect(nat->conn, FALSE);
|
||||
#endif /*HAVE_BLUETOOTH*/
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -113,6 +113,7 @@ static bool initializeNativeDataNative(JNIEnv* env, jobject object) {
|
||||
dbus_error_free(&err);
|
||||
return false;
|
||||
}
|
||||
dbus_connection_set_exit_on_disconnect(nat->conn, FALSE);
|
||||
#endif /*HAVE_BLUETOOTH*/
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -117,6 +117,7 @@ static void initializeNativeDataNative(JNIEnv* env, jobject object) {
|
||||
LOGE("%s: Could not get onto the system bus!", __FUNCTION__);
|
||||
dbus_error_free(&err);
|
||||
}
|
||||
dbus_connection_set_exit_on_disconnect(nat->conn, FALSE);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user