diff options
Diffstat (limited to 'lib/northbound_cli.c')
| -rw-r--r-- | lib/northbound_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/northbound_cli.c b/lib/northbound_cli.c index 87ce347b63..f480182c7f 100644 --- a/lib/northbound_cli.c +++ b/lib/northbound_cli.c @@ -302,7 +302,7 @@ int nb_cli_confirmed_commit_rollback(struct vty *vty) static void nb_cli_confirmed_commit_timeout(struct event *thread) { - struct vty *vty = THREAD_ARG(thread); + struct vty *vty = EVENT_ARG(thread); /* XXX: broadcast this message to all logged-in users? */ vty_out(vty, |
