eap: Make global variable static

This commit is contained in:
Marcel Holtmann 2019-08-15 19:39:27 +02:00
parent f41d85112e
commit 42cd872994
1 changed files with 1 additions and 1 deletions

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