summaryrefslogtreecommitdiffstats
path: root/socket.h
diff options
context:
space:
mode:
authorJuanJo Ciarlante <jjo@google.com>2009-09-19 21:36:46 +0200
committerJuanJo Ciarlante <juanjosec@gmail.com>2011-03-25 13:30:29 +0100
commitb7f203c8cfd2c0e412afd6f5ca0aa4eb62a031d2 (patch)
tree4d47ccfacf956e6c99b40aacc4ea28a97f1f29cc /socket.h
parent4d3df224e1210f732b84cf4273fb57993361d4ba (diff)
downloadopenvpn-b7f203c8cfd2c0e412afd6f5ca0aa4eb62a031d2.tar.gz
openvpn-b7f203c8cfd2c0e412afd6f5ca0aa4eb62a031d2.tar.xz
openvpn-b7f203c8cfd2c0e412afd6f5ca0aa4eb62a031d2.zip
* ipv6 on win32 "milestone": 1st snapshot that passes all unittests
Diffstat (limited to 'socket.h')
-rw-r--r--socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/socket.h b/socket.h
index def8104..092d448 100644
--- a/socket.h
+++ b/socket.h
@@ -717,7 +717,7 @@ af_addr_size(unsigned short af)
default:
#if 0
/* could be called from socket_do_accept() with empty addr */
- msg (M_ERR, "Bad address family: %d\n", addr->sa_family);
+ msg (M_ERR, "Bad address family: %d\n", af);
ASSERT(0);
#endif
return 0;