Merge pull request #2411 from cgundogan/ip_static_addr_str

ip: make addr_str static
dev/timer
Martine Lenders 9 years ago
commit fe29514597

@ -36,7 +36,7 @@
#define ENABLE_DEBUG (0)
#if ENABLE_DEBUG
char addr_str[IPV6_MAX_ADDR_STR_LEN];
static char addr_str[IPV6_MAX_ADDR_STR_LEN];
#endif
#include "debug.h"

Loading…
Cancel
Save