2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-11-22 17:41:55 +00:00

Added missing line to set return status code.

This commit is contained in:
Michael Brown 2007-07-03 21:22:12 +01:00
parent 01b3dd4fc3
commit a5f33ea283

View File

@ -349,6 +349,7 @@ static int http_socket_deliver_iob ( struct xfer_interface *socket,
len = line_buffer ( &http->linebuf, iobuf->data,
iob_len ( iobuf ) );
if ( len < 0 ) {
rc = len;
DBGC ( http, "HTTP %p could not buffer line: "
"%s\n", http, strerror ( rc ) );
goto done;