mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
some variables that should have been static weren't
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: masterdump.c,v 1.59 2001/09/05 10:28:53 marka Exp $ */
|
||||
/* $Id: masterdump.c,v 1.60 2001/10/23 01:49:32 gson Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@@ -795,7 +795,7 @@ dump_order_compare(const void *a, const void *b) {
|
||||
|
||||
#define MAXSORT 64
|
||||
|
||||
const char *trustnames[] = {
|
||||
static const char *trustnames[] = {
|
||||
"none",
|
||||
"pending",
|
||||
"additional",
|
||||
|
Reference in New Issue
Block a user