]> asedeno.scripts.mit.edu Git - PuTTY.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)
commite00a004e64d9de3f8ff5c4eb745faa326c307057
tree5fc8627126f4f9ee401cd4c7f33de062370a9e7f
parentc29ab648b96aac90971303f57eb73a64325c178e
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.

[originally from svn r10135]
config.c
unix/uxnet.c