fixed one bug in sample/ioctl_echo3/main.c -- by xiaohooGit

This commit is contained in:
zhengshuxin 2019-04-10 21:43:13 +08:00
parent 85a8557eba
commit 34ebcc8bc4

View File

@ -25,7 +25,7 @@ static void service_test(void)
}
while (1) {
ret = service_main(client, NULL);
ret = service_main(NULL, client);
if (ret < 0) {
acl_vstream_close(client);
break;