summaryrefslogtreecommitdiffstats
path: root/source/lib/socket/socket_unix.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-08-28 02:37:38 +0000
committerAndrew Tridgell <tridge@samba.org>2005-08-28 02:37:38 +0000
commita4e776eb3ca1285c6823f8f42696a80100a6b0be (patch)
tree83f8fed60216a6c380e5cb8713adc87870ff3a41 /source/lib/socket/socket_unix.c
parent37b7d02294a9c0a3635621d28a16839071cbba55 (diff)
downloadsamba-a4e776eb3ca1285c6823f8f42696a80100a6b0be.tar.gz
samba-a4e776eb3ca1285c6823f8f42696a80100a6b0be.tar.xz
samba-a4e776eb3ca1285c6823f8f42696a80100a6b0be.zip
r9704: r9684@blu: tridge | 2005-08-27 19:38:31 +1000
don't try to call the name resolver on non-ipv4 names!
Diffstat (limited to 'source/lib/socket/socket_unix.c')
-rw-r--r--source/lib/socket/socket_unix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/lib/socket/socket_unix.c b/source/lib/socket/socket_unix.c
index 9c19aaace5d..c5af48da0fa 100644
--- a/source/lib/socket/socket_unix.c
+++ b/source/lib/socket/socket_unix.c
@@ -57,6 +57,8 @@ static NTSTATUS unixdom_init(struct socket_context *sock)
}
sock->private_data = NULL;
+ sock->backend_name = "unix";
+
return NT_STATUS_OK;
}