(libT) d'oh, left out an important line last night while testing the rpc server w/softwareelves

This commit is contained in:
Charles Kerr 2008-09-30 16:04:41 +00:00
parent 59e5e7c95b
commit c55a20b074
1 changed files with 1 additions and 0 deletions

View File

@ -409,6 +409,7 @@ startServer( tr_rpc_server * server )
fprintf( stderr, "%s:%d in startServer; new context is %p\n", __FILE__, __LINE__, server->httpd );
i = evhttp_bind_socket( server->httpd, "0.0.0.0", server->port );
fprintf( stderr, "evhttp_bind_socket returned %d\n", i );
evhttp_set_gencb( server->httpd, handle_request, server );
}
}