version 1.2 | | version 1.3 |
---|
| | |
/* | | /* |
* static char *rcsid_c_new_c = | | * static char *rcsid_c_new_c = |
* "$Id: c_new.c,v 1.2 2000/12/18 07:38:25 cvs Exp $"; | | * "$Id: c_new.c,v 1.3 2001/09/27 19:37:39 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
NewServerCommandSize); | | NewServerCommandSize); |
if (!csp) | | if (!csp) |
csp = find_command_element(command, Commands, CommandsSize); | | csp = find_command_element(command, Commands, CommandsSize); |
| | if (!csp) |
| | csp = find_command_element(command, CommunicationCommands, CommunicationCommandSize); |
if (!csp && QUERY_FLAG(pl, FLAG_WIZ)) | | if (!csp && QUERY_FLAG(pl, FLAG_WIZ)) |
csp = find_command_element(command, WizCommands, WizCommandsSize); | | csp = find_command_element(command, WizCommands, WizCommandsSize); |
| | |