This commit is contained in:
Will Farrington 2013-11-13 16:37:28 -08:00
Родитель cc276a5e00
Коммит a6f78fb3ce
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -63,8 +63,5 @@ nagioseasier_query_handler(int sd, char* buf, unsigned int len)
*(rest++) = 0;
}
nez_lookup_command(action)(sd, obj, rest);
nsock_printf_nul(sd, "UNKNOWN COMMAND\n");
return 400;
return nez_lookup_command(action)(sd, obj, rest);
}