From f499e75251c463f2d736b19b60daec49a32b6faf Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Wed, 2 Apr 2008 18:40:12 -0400 Subject: - warning cleanups --- src/dispatch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dispatch.c') diff --git a/src/dispatch.c b/src/dispatch.c index 3dd623c..780c0b4 100644 --- a/src/dispatch.c +++ b/src/dispatch.c @@ -35,14 +35,14 @@ struct dispatch_stream_client_params { static void * dispatch_stream_handler_thread(void *arg) { - int fraglen, flags, ret, frag_len, record_len, client; + int flags, frag_len, record_len, client; ssize_t i; int32_t len, nlen; char fragment[65540], record[65536]; struct pollfd pollfd; struct dispatch_stream_client_params *params; struct plugin_state *state; - bool_t done, last; + bool_t last; /* Recover the full set of parameters. */ params = arg; -- cgit