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