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


version 1.3 version 1.4
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 74
 
Line 74
  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:
line(s) removed in v.1.3 
line(s) changed
 line(s) added in v.1.4

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