[net] Avoid initialization to a value that is never read
commit58446094519151e2e203944267e592eec2470643
authorpracticalswift <practicalswift@users.noreply.github.com>
Thu, 12 Jan 2017 21:51:26 +0000 (12 22:51 +0100)
committerpracticalswift <practicalswift@users.noreply.github.com>
Tue, 28 Feb 2017 13:24:16 +0000 (28 14:24 +0100)
treef170cd69947777262c05683db90694723566c1c5
parent7e2a2212ecac41bf4a4fd9f2de6b4cd258938497
[net] Avoid initialization to a value that is never read

Prior to this commit the value stored to `s` at initialization
was never read (in the case of STRERROR_R_CHAR_P).
src/netbase.cpp