Purge Purge.

This commit is contained in:
Nicholas Hastings
2015-03-05 10:56:36 -08:00
parent a541acb2bc
commit 70390ff1f7
4 changed files with 2 additions and 10 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ void ReadAdminLine(const char[] line)
if (!admin.BindIdentity(auth_method, auth[auth_offset]))
{
/* We should never reach here */
admin.Purge();
RemoveAdmin(admin);
ParseError("Failed to bind identity %s (method %s)", auth[auth_offset], auth_method);
}
}