From e2f3f6839eb98cd89c47c1e9a8a6bd496f46d033 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sat, 20 May 2006 13:40:56 +0000 Subject: [PATCH] (ioq_init): Initializing num_teles[] here is unmodular. Remove, as default initialization is fine. --- src/client/ioqueue.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client/ioqueue.c b/src/client/ioqueue.c index 735835b1..4af97910 100644 --- a/src/client/ioqueue.c +++ b/src/client/ioqueue.c @@ -52,7 +52,6 @@ ioq_init(struct ioqueue *ioq, int bsize) initque(&ioq->queue); ioq->cc = 0; ioq->bsize = bsize; - *num_teles = '\0'; } /*