init count before use, coverity #150

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24096 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-12-11 04:58:58 +00:00
parent bedf5bc77e
commit 46d54811be

View File

@@ -219,7 +219,7 @@ doit(int s,
size_t in_len = 0;
char *in_ptr;
pop_state state = INIT;
unsigned count, bytes;
unsigned count = 0, bytes;
unsigned asked_for = 0, retrieved = 0, asked_deleted = 0, deleted = 0;
unsigned sent_xdele = 0;
int out_fd;