mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2025-02-11 04:57:22 +00:00
修复关闭WiFi无法下线问题
Signed-off-by: maliangliang <maliangliang1@huawei.com>
This commit is contained in:
parent
8ab56462da
commit
8e11011e82
@ -327,7 +327,6 @@ void StopSocketListening(void)
|
||||
if (StopBaseListener(AUTH) != SOFTBUS_OK) {
|
||||
SoftBusLog(SOFTBUS_LOG_AUTH, SOFTBUS_LOG_ERROR, "StopBaseListener fail.");
|
||||
}
|
||||
DestroyBaseListener(AUTH);
|
||||
}
|
||||
|
||||
int32_t SocketConnectDevice(const char *ip, int32_t port, bool isBlockMode)
|
||||
|
@ -57,7 +57,7 @@ void AuthTest::TearDown()
|
||||
* @tc.name: AUTH_COMMON_Test_001
|
||||
* @tc.desc: auth commone test
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000FK6J4
|
||||
* @tc.require: I5OAEP
|
||||
*/
|
||||
HWTEST_F(AuthTest, AUTH_COMMON_Test_001, TestSize.Level0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user