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

Signed-off-by: zhushengle <zhushengle@huawei.com>
Change-Id: I7f83a26a5bbf2bc53b614e9fce68e26ed2c6352b
This commit is contained in:
zhushengle 2022-03-14 15:15:52 +08:00
parent cde2b3bd31
commit 90a027090a
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;