Commit cedb7206 authored by Gildas Bazin's avatar Gildas Bazin

* src/misc/vlm.c: we probably have enough bugs already :p

parent e7eea0d2
......@@ -341,12 +341,7 @@ static int ExecuteCommand(vlm_t *vlm, char *command, vlm_message_t **p_message)
goto end_seq;
}
if( strcmp(p_command[0], "segfault") == 0 )
{
/* the only command we really need */
*((int *)NULL) = 42;
}
else if( strcmp(p_command[0], "new") == 0 )
if( strcmp(p_command[0], "new") == 0 )
{
if( i_command >= 3 )
{
......
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