From 42cd872994df8d18dd9ca725a71350ab81ed1ae1 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 15 Aug 2019 19:39:27 +0200 Subject: [PATCH] eap: Make global variable static --- src/eap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eap.c b/src/eap.c index cbcbde64..f605f432 100644 --- a/src/eap.c +++ b/src/eap.c @@ -35,7 +35,7 @@ #include "src/eap-private.h" static uint32_t default_mtu; -struct l_queue *eap_methods; +static struct l_queue *eap_methods; static void dump_eap(const char *str, void *user_data) {