diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-26 04:32:04 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-26 04:32:04 +0000 |
commit | d49d52861807fccb1700ce27dc9d3f5a1ed5c0a3 (patch) | |
tree | 42c6b58ac6ca74b7873dd763c89c97f3e8d6824b /source4 | |
parent | 33844ade401a08b9308cac8eca19e99951c250e2 (diff) | |
download | samba-d49d52861807fccb1700ce27dc9d3f5a1ed5c0a3.tar.gz samba-d49d52861807fccb1700ce27dc9d3f5a1ed5c0a3.tar.bz2 samba-d49d52861807fccb1700ce27dc9d3f5a1ed5c0a3.zip |
show an error when the epmapper fails to find an interface
(This used to be commit 448dead14dc9db2c429c78f0eed303c4513f5a47)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/torture.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 18d339d65e..0a1881d590 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -146,6 +146,8 @@ static NTSTATUS torture_rpc_tcp(struct dcerpc_pipe **p, pipe_uuid, pipe_version, &port); if (!NT_STATUS_IS_OK(status)) { + DEBUG(0,("Failed to map DCERPC/TCP port for '%s' - %s\n", + pipe_name, nt_errstr(status))); return status; } } |