1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00

fix default operation for manageauth

svn path=/icecast/trunk/icecast/; revision=14339
This commit is contained in:
Karl Heyes 2008-01-03 15:18:52 +00:00
parent 03e18677e4
commit 6331e2ee77

View File

@ -732,7 +732,7 @@ static void command_manageauth(client_t *client, source_t *source,
COMMAND_OPTIONAL (client, "username", username);
if (action == NULL)
break;
action = "list";
if (!strcmp(action, "add"))
{