summaryrefslogtreecommitdiff
path: root/includes/ZHandle.h
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2013-01-22 09:27:06 -0800
committerPixel <pixel@nobis-crew.org>2013-01-22 09:27:06 -0800
commit03217c86e35262518df4898b52e275690baff531 (patch)
tree3e4b95da4e8a408c33eb1361dfeaa0aafa2567fc /includes/ZHandle.h
parentf40de21e5666be6fa456fedc60584bd672d12c44 (diff)
Another pass of cruft cleaning.
Diffstat (limited to 'includes/ZHandle.h')
-rw-r--r--includes/ZHandle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/ZHandle.h b/includes/ZHandle.h
index f30da83..dfb73fb 100644
--- a/includes/ZHandle.h
+++ b/includes/ZHandle.h
@@ -49,7 +49,7 @@ class ZStream : public Handle {
} m_phase = IDLE;
size_t m_total, m_count, m_compressed;
AsyncOperation * m_op = NULL;
- ssize_t m_status;
+ ssize_t m_status = IDLE;
bool m_detached = false, m_closed = false, m_eof = false, m_useAsyncOp = true;
};