diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-10-14 08:50:38 -0400 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2015-10-27 10:53:22 +0000 |
commit | eeef0db2e9260fe76acb328a339025c432eb7c22 (patch) | |
tree | 48bc6b2b1e3e71658fcf345ed381d3d4bf10c8c4 /lib/pqueue.h | |
parent | ee162617ead116ebcda93b145a043231647b3380 (diff) | |
download | quagga-eeef0db2e9260fe76acb328a339025c432eb7c22.tar.bz2 quagga-eeef0db2e9260fe76acb328a339025c432eb7c22.tar.xz |
lib: Fix duplicate variable name in smux.c and vty.c
Both smux.c and vty.c have the same:
static struct thread_master *master;
as global variables for the file. This can and will lead to confusion
name the variables something appropriate for the file it is in.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/pqueue.h')
0 files changed, 0 insertions, 0 deletions