Fix forgotten initialization of configuration

This commit is contained in:
Sergey Abramchuk
2017-03-20 21:31:21 +03:00
parent 40eeafc99d
commit a5531f61fb
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -14,6 +14,8 @@
{
self = [super init];
if (self) {
_initialized = NO;
_localAddresses = [NSMutableArray new];
_prefixLengths = [NSMutableArray new];