Commit ce9ee1cc authored by Claes Sjofors's avatar Claes Sjofors

Ge command 'disable log' added

parent f606b2ce
......@@ -504,7 +504,7 @@ static int graph_set_func( void *client_data,
graph->message('E', "Syntax error");
return GE__SYNTAX;
}
if ( value < 0 || value > 99)
if ( value < 0 || value > 299)
{
graph->message('E', "Syntax error");
return GE__SYNTAX;
......
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