aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nxcomp/src/Transport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/src/Transport.cpp b/nxcomp/src/Transport.cpp
index e34544994..897bf32f1 100644
--- a/nxcomp/src/Transport.cpp
+++ b/nxcomp/src/Transport.cpp
@@ -1412,7 +1412,7 @@ int ProxyTransport::read(unsigned char *data, unsigned int size)
<< logofs_flush;
#endif
- int result = inflate(&r_stream_, Z_SYNC_FLUSH);
+ result = inflate(&r_stream_, Z_SYNC_FLUSH);
#ifdef INSPECT
*logofs << "ProxyTransport: Called inflate() result is "