diff options
Diffstat (limited to 'src/dispatch.c')
| -rw-r--r-- | src/dispatch.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
