diff options
Diffstat (limited to 'src/net/hostsgroup.h')
-rw-r--r-- | src/net/hostsgroup.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/net/hostsgroup.h b/src/net/hostsgroup.h index ec217630f..abd98a421 100644 --- a/src/net/hostsgroup.h +++ b/src/net/hostsgroup.h @@ -27,7 +27,9 @@ struct HostsGroup final { - HostsGroup() + HostsGroup() : + name(), + hosts() { } |