Difference for socket/info.c from version 1.8 to 1.9


version 1.8 version 1.9
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_sock_info_c =   * static char *rcsid_sock_info_c =
  *   "$Id: info.c,v 1.8 2002/07/15 04:57:13 mwedel Exp $";   *   "$Id: info.c,v 1.9 2002/09/28 07:19:40 mwedel Exp $";
  */   */
   
 /*  /*
Line 171
 
Line 171
  new_draw_info((flags & ~NDI_ALL), pri, tmppl->ob, buf);   new_draw_info((flags & ~NDI_ALL), pri, tmppl->ob, buf);
   
  for (i=1; i<socket_info.allocated_sockets; i++) {   for (i=1; i<socket_info.allocated_sockets; i++) {
      if (init_sockets[i].status == Ns_Old && init_sockets[i].old_mode != Old_Listen) {       if (init_sockets[i].status == Ns_Old && init_sockets[i].old_mode != Old_Listen && pri< 10) {
  cs_write_string(&init_sockets[i], buf, strlen(buf));   cs_write_string(&init_sockets[i], buf, strlen(buf));
  /* Most messages don't have a newline, so add one */   /* Most messages don't have a newline, so add one */
  cs_write_string(&init_sockets[i], "\n", 1);   cs_write_string(&init_sockets[i], "\n", 1);


Legend:
line(s) removed in v.1.8 
line(s) changed
 line(s) added in v.1.9

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:34