]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Fix warnings when compiling with -DNO_IPV6.
authorSimon Tatham <anakin@pobox.com>
Tue, 4 Feb 2014 22:37:53 +0000 (22:37 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 4 Feb 2014 22:37:53 +0000 (22:37 +0000)
commitbfaa740dfe3f26dfa4eae0229567beaa1e799b34
tree5fc8627126f4f9ee401cd4c7f33de062370a9e7f
parenta513a71730d2eb5b2a0274cb5a5a7581f71974d5
Fix warnings when compiling with -DNO_IPV6.

A user pointed out that 'family' was uninitialised in config.c, and
when I tried test-building with -DNO_IPV6 (and the usual -Werror, of
course) some unused variables showed up in uxnet.c too.

git-svn-id: http://svn.tartarus.org/sgt/putty@10135 cda61777-01e9-0310-a592-d414129be87e
config.c
unix/uxnet.c