(trunk libT) fix oops

This commit is contained in:
Charles Kerr 2009-02-18 22:37:27 +00:00
parent 3ce4f44a6e
commit 06080f35b3
1 changed files with 0 additions and 1 deletions

View File

@ -416,7 +416,6 @@ handle_rpc( struct evhttp_request * req,
}
else if( req->type == EVHTTP_REQ_POST )
{
fprintf( stderr, "%s\n", (char*)EVBUFFER_DATA(req->input_buffer) );
tr_rpc_request_exec_json( server->session,
EVBUFFER_DATA( req->input_buffer ),
EVBUFFER_LENGTH( req->input_buffer ),