From 51e012c446b500fe3dfb46b6475ebf018ecfeaa0 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 16 Jan 2010 09:39:44 +0100 Subject: Solaris build fixed --- src/ip.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ip.cpp') diff --git a/src/ip.cpp b/src/ip.cpp index d5bb05d..86fa2c8 100644 --- a/src/ip.cpp +++ b/src/ip.cpp @@ -320,7 +320,7 @@ int zmq::resolve_local_path (sockaddr_un *addr_, const char *path_) return -1; } strcpy (addr_->sun_path, path_); - addr_->sun_family = AF_LOCAL; + addr_->sun_family = AF_UNIX; return 0; } -- cgit v1.2.3