summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--opentracker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentracker.c b/opentracker.c
index a5c3db9..164cce8 100644
--- a/opentracker.c
+++ b/opentracker.c
@@ -449,7 +449,7 @@ static void help( char *name ) {
449 449
450static void handle_read( const int64 clientsocket ) { 450static void handle_read( const int64 clientsocket ) {
451 struct http_data* h = io_getcookie( clientsocket ); 451 struct http_data* h = io_getcookie( clientsocket );
452 size_t l; 452 int64 l;
453 453
454 if( ( l = io_tryread( clientsocket, static_inbuf, sizeof static_inbuf ) ) <= 0 ) { 454 if( ( l = io_tryread( clientsocket, static_inbuf, sizeof static_inbuf ) ) <= 0 ) {
455 if( h ) { 455 if( h ) {