mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-03 04:17:52 +08:00
fixed one bug in sample/ioctl_echo3/main.c -- by xiaohooGit
This commit is contained in:
parent
85a8557eba
commit
34ebcc8bc4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user