!628 fix: 删除测试用例中的工号

Merge pull request !628 from zhushengle/sample
This commit is contained in:
openharmony_ci 2022-03-14 08:24:05 +00:00 committed by Gitee
commit 40bbb4d6c4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 0 additions and 1 deletions

View File

@ -211,7 +211,6 @@ static void *SampleTcpServer()
struct sockaddr_in clnAddr = { 0 };
int ret;
// socket had fuzz test in udpfun. now must create a useful fd, wwx520273
lsfd = socket(AF_INET, SOCK_STREAM, 0);
srvAddr.sin_family = AF_INET;