Difference for server/c_new.c from version 1.2 to 1.3


version 1.2 version 1.3
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 78
 
Line 78
  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);
   


Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:27