Skip to content

Commit

Permalink
we need to have at least one server, maybe a fix for #146
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérôme Lebel committed Oct 20, 2014
1 parent c4767cc commit a16b8e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/Model/MHConnectionStore.m
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ + (NSMutableArray *)splitServers:(NSString *)servers
[array addObject:host];
}
}
if (array.count == 0) {
[array addObject:@""];
}
return array;
}

Expand Down

0 comments on commit a16b8e9

Please sign in to comment.