version 1.7 | | version 1.8 |
---|
| | |
/* | | /* |
* static char *rcsid_init_c = | | * static char *rcsid_init_c = |
* "$Id: image.c,v 1.7 2005/03/28 07:20:10 mwedel Exp $"; | | * "$Id: image.c,v 1.8 2005/07/14 09:18:57 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* support. | | * support. |
*/ | | */ |
if (sl.len > MAXSOCKBUF) { | | if (sl.len > MAXSOCKBUF) { |
LOG(llevError,"send_image_send: buffer overrun, %s > %s\n", sl.len, MAXSOCKBUF); | | LOG(llevError,"send_image_send: buffer overrun, %d > %d\n", sl.len, MAXSOCKBUF); |
abort(); | | abort(); |
} | | } |
Send_With_Handling(ns, &sl); | | Send_With_Handling(ns, &sl); |