[xiph-commits] r14339 - icecast/trunk/icecast/src

karl at svn.xiph.org karl at svn.xiph.org
Thu Jan 3 07:18:54 PST 2008


Author: karl
Date: 2008-01-03 07:18:52 -0800 (Thu, 03 Jan 2008)
New Revision: 14339

Modified:
   icecast/trunk/icecast/src/admin.c
Log:
fix default operation for manageauth


Modified: icecast/trunk/icecast/src/admin.c
===================================================================
--- icecast/trunk/icecast/src/admin.c	2008-01-03 01:35:28 UTC (rev 14338)
+++ icecast/trunk/icecast/src/admin.c	2008-01-03 15:18:52 UTC (rev 14339)
@@ -732,7 +732,7 @@
         COMMAND_OPTIONAL (client, "username", username);
 
         if (action == NULL)
-            break;
+            action = "list";
 
         if (!strcmp(action, "add"))
         {



More information about the commits mailing list