commit | eeef0db2e9260fe76acb328a339025c432eb7c22 | [log] [tgz] |
---|---|---|
author | Donald Sharp <sharpd@cumulusnetworks.com> | Wed Oct 14 08:50:38 2015 -0400 |
committer | Paul Jakma <paul@quagga.net> | Tue Oct 27 10:53:22 2015 +0000 |
tree | 48bc6b2b1e3e71658fcf345ed381d3d4bf10c8c4 | |
parent | ee162617ead116ebcda93b145a043231647b3380 [diff] |
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>