3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-12-22 13:02:44 +01:00

eap: Make global variable static

This commit is contained in:
Marcel Holtmann 2019-08-15 19:39:27 +02:00
parent f41d85112e
commit 42cd872994

View File

@ -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)
{