version 1.60 | | version 1.61 |
---|
| | |
/* | | /* |
* static char *rcsid_init_c = | | * static char *rcsid_init_c = |
* "$Id: request.c,v 1.60 2004/01/31 12:46:59 tchize Exp $"; | | * "$Id: request.c,v 1.61 2004/02/10 07:14:25 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
} | | } |
if (esl.len>estartlen) { | | if (esl.len>estartlen) { |
Send_With_Handling(&pl->contr->socket, &esl); | | Send_With_Handling(&pl->contr->socket, &esl); |
free(esl.buf); | | |
} | | } |
| | free(esl.buf); |
} | | } |
if (sl.len>startlen || pl->contr->socket.sent_scroll) { | | if (sl.len>startlen || pl->contr->socket.sent_scroll) { |
Send_With_Handling(&pl->contr->socket, &sl); | | Send_With_Handling(&pl->contr->socket, &sl); |