summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/epmapper.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-10-22 10:52:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:02:25 -0500
commit8debe5a6b88c9625826e191b04244ae3e4b42590 (patch)
treef7a9bf2a71e2217ca3052a048f2c5cdf67168885 /source4/torture/rpc/epmapper.c
parent020b38656016d3adeeaa9b09d41ea0c29f686ed4 (diff)
downloadsamba-8debe5a6b88c9625826e191b04244ae3e4b42590.tar.gz
samba-8debe5a6b88c9625826e191b04244ae3e4b42590.tar.bz2
samba-8debe5a6b88c9625826e191b04244ae3e4b42590.zip
r3136: - Allow specifying socket type when adding smbd service
- Make sure a epm_tower struct is completely initialized - Some more minor fixes (This used to be commit d560dcbdb85cb2c6915bdb9e2f82f1872b0f5a52)
Diffstat (limited to 'source4/torture/rpc/epmapper.c')
-rw-r--r--source4/torture/rpc/epmapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/epmapper.c b/source4/torture/rpc/epmapper.c
index db372f85bb..3fbee64da1 100644
--- a/source4/torture/rpc/epmapper.c
+++ b/source4/torture/rpc/epmapper.c
@@ -78,7 +78,7 @@ static void display_tower(TALLOC_CTX *mem_ctx, struct epm_tower *twr)
break;
case EPM_PROTOCOL_UNIX_DS:
- printf(" Unix Domain Socket:%s", rhs->unix_ds.path);
+ printf(" Unix:%s", rhs->unix_ds.path);
break;
case EPM_PROTOCOL_NETBIOS: