summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accel-pppd/include/connlimit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/include/connlimit.h b/accel-pppd/include/connlimit.h
index a5645ee..8711cf8 100644
--- a/accel-pppd/include/connlimit.h
+++ b/accel-pppd/include/connlimit.h
@@ -11,7 +11,7 @@ static inline uint64_t cl_key_from_mac(uint8_t hw[6])
union {
uint8_t hw[6];
uint64_t key;
- } key;
+ } key = {{ 0 }};
memcpy(key.hw, hw, sizeof(key.hw));