Commit b9f13d56 authored by Warren Dukes's avatar Warren Dukes

remove overzealous asserts (wait for np to clean up his COMMAND_MAX_ARGS stuff)

git-svn-id: https://svn.musicpd.org/mpd/trunk@4575 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 8e534067
......@@ -165,9 +165,6 @@ static void addCommand(char *name,
cmd->listHandler = listHandler_func;
cmd->reqPermission = reqPermission;
assert(minargs <= maxargs);
assert(maxargs <= COMMAND_ARGV_MAX);
insertInList(commandList, cmd->cmd, cmd);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment