(svn r16018) -Fix (r16014): properly escape IPv6 style ([::]) addresses so they aren't seen as new groups.

This commit is contained in:
rubidium
2009-04-10 17:16:46 +00:00
parent 7025440aff
commit 41286d0915
2 changed files with 3 additions and 1 deletions

View File

@@ -80,6 +80,7 @@ static const char *_list_group_names[] = {
"bans",
"newgrf",
"servers",
"server_bind_addresses",
NULL
};