!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

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;