diff options
| author | F. Aragon <paco@voltanet.io> | 2018-09-12 12:25:27 +0200 |
|---|---|---|
| committer | F. Aragon <paco@voltanet.io> | 2018-09-12 12:27:38 +0200 |
| commit | c683bd446c59dc09d4b19eb47718b014c433d900 (patch) | |
| tree | d5f3da3a4390fbbc45ac9f9e170fed0ba2d170b7 /lib/buffer.c | |
| parent | 88f47ef36536a040b30652bc22c253e7c5bc1c2e (diff) | |
lib vtysh zebra: variable shadowing fixes
Signed-off-by: F. Aragon <paco@voltanet.io>
Diffstat (limited to 'lib/buffer.c')
| -rw-r--r-- | lib/buffer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/buffer.c b/lib/buffer.c index 1799c6b94f..446bad85e9 100644 --- a/lib/buffer.c +++ b/lib/buffer.c @@ -445,7 +445,6 @@ in one shot. */ /* Free printed buffer data. */ while (written > 0) { - struct buffer_data *d; if (!(d = b->head)) { flog_err( LIB_ERR_DEVELOPMENT, |
