commit | 5cae0490debc02b064c7053d203420bac77e569e | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Mar 17 16:16:53 2025 -0700 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Mon Mar 17 16:16:53 2025 -0700 |
tree | 696eee60885468847eb97197d5a6417527fddb51 | |
parent | 0fadc7c5df0c3ffb7a4369ca459c6bc85a20c4ee [diff] | |
parent | 336d7b5d85de3eb97654352c467c9fdb6651feb4 [diff] |
Snap for 13226929 from 336d7b5d85de3eb97654352c467c9fdb6651feb4 to 25Q2-release Change-Id: I867a003ffa96672017a54c7cce1a544bab112da8
diff --git a/wpa_supplicant/aidl/mainline/mainline_supplicant.cpp b/wpa_supplicant/aidl/mainline/mainline_supplicant.cpp index b1a873d..09021fe 100644 --- a/wpa_supplicant/aidl/mainline/mainline_supplicant.cpp +++ b/wpa_supplicant/aidl/mainline/mainline_supplicant.cpp
@@ -52,7 +52,7 @@ std::shared_ptr<IStaInterface> staIface = ndk::SharedRefBase::make<StaIface>(wpa_global_, ifaceName); active_sta_ifaces_[ifaceName] = staIface; - _aidl_return = &staIface; + *_aidl_return = staIface; wpa_printf(MSG_INFO, "Interface %s was added successfully", ifaceName.c_str()); return ndk::ScopedAStatus::ok();