version 1.3 | version 1.4 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* static char *rcsid_c_new_c = | * static char *rcsid_c_new_c = | |||
* "$Id: c_new.c,v 1.3 2001/09/27 19:37:39 garbled Exp $"; | * "$Id: c_new.c,v 1.4 2001/10/21 08:19:20 gros Exp $"; | |||
*/ | */ | |||
/* | /* | |||
|
| |||
while (*cp==' ') cp++; | while (*cp==' ') cp++; | |||
} | } | |||
csp = find_plugin_command(command); | ||||
if (!csp) | ||||
csp = find_command_element(command, NewServerCommands, | csp = find_command_element(command, NewServerCommands, | |||
NewServerCommandSize); | NewServerCommandSize); | |||
if (!csp) | if (!csp) |
Legend:
|