summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 4c3955f..1868217 100644
--- a/config.h
+++ b/config.h
@@ -18,7 +18,7 @@ struct cfg_key_value_map {
union cfg_value {
const char *str;
uint16_t uint16;
- struct list_head addrs;
+ struct list_head saddrs;
bool boolean;
};