version 1.8 | | version 1.9 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
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); |