修复关闭WiFi无法下线问题

Signed-off-by: maliangliang <maliangliang1@huawei.com>
This commit is contained in:
maliangliang 2022-09-05 14:16:52 +00:00 committed by Gitee
parent 8ab56462da
commit 8e11011e82
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 1 additions and 2 deletions

View File

@ -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)

View File

@ -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)
{