diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-14 17:28:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-14 17:28:49 -0500 |
| commit | 31107203da7ee52b1b289c2c387f9039a0053f9a (patch) | |
| tree | 904a2526b37ab51f7efe0d296f50b24e39b8a350 /lib/northbound_cli.c | |
| parent | 44d5697110c5f07a913604956b54d8a49c215ce0 (diff) | |
| parent | 0e3bfb0df7256d58364665374dc198c2ba1b8dde (diff) | |
Merge pull request #3611 from opensourcerouting/nb-fixes
Minor northbound fixes
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 2b024ace93..33035de31b 100644 --- a/lib/northbound_cli.c +++ b/lib/northbound_cli.c @@ -261,7 +261,7 @@ static int nb_cli_confirmed_commit_timeout(struct thread *thread) static int nb_cli_commit(struct vty *vty, bool force, unsigned int confirmed_timeout, char *comment) { - uint32_t transaction_id; + uint32_t transaction_id = 0; int ret; /* Check if there's a pending confirmed commit. */ |
