Commit 04e09f27 authored by Mike Gabriel's avatar Mike Gabriel

nxcomp/src/Transport.cpp: Don't redeclare local variable if it can be reused.

parent 54e7b9aa
......@@ -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 "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment