Merge branch 'master' of github.com:zeromq/libzmq

This commit is contained in:
Ian Barber 2012-06-06 15:23:51 +01:00
commit 889b0e6f29

View File

@ -86,7 +86,6 @@ int zmq::pgm_socket_t::init_address (const char *network_,
pgm_error_t *pgm_error = NULL;
struct pgm_addrinfo_t hints, *res = NULL;
sa_family_t sa_family;
memset (&hints, 0, sizeof (hints));
hints.ai_family = AF_UNSPEC;