diff options
Diffstat (limited to 'tests/lib/cli/common_cli.c')
| -rw-r--r-- | tests/lib/cli/common_cli.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/cli/common_cli.c b/tests/lib/cli/common_cli.c index 350716ad0c..0a98748ed3 100644 --- a/tests/lib/cli/common_cli.c +++ b/tests/lib/cli/common_cli.c @@ -81,8 +81,8 @@ int main(int argc, char **argv)  	vty_stdio(vty_do_exit);  	/* Fetch next active thread. */ -	while (thread_fetch(master, &thread)) -		thread_call(&thread); +	while (event_fetch(master, &thread)) +		event_call(&thread);  	/* Not reached. */  	exit(0);  | 
