cli: fix listen_timeout compile issue
authorHans Dedecker <dedeckeh@gmail.com>
Sat, 18 Feb 2017 12:41:53 +0000 (13:41 +0100)
committerFelix Fietkau <nbd@nbd.name>
Mon, 20 Feb 2017 10:32:19 +0000 (11:32 +0100)
commit34c6e818e431cc53478a0f7c7c1eca07d194d692
tree4a41f682ddbc1572ea942f919086f4ab9607cea0
parentdfe338350e4dc6912a2552570fa5dd8d5bc84ff0
cli: fix listen_timeout compile issue

Variable listen_timeout is redefined as a function resulting into
a compile issue. Define the function as ubus_cli_listen_timeout
to fix the compile issue.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
cli.c