summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-06-17 00:31:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:43 -0500
commit1f31eccdad0d65b06983c96da7cd52e5f713d6d5 (patch)
tree88d7352449937d7b1c78b4de009698de4d2c9c67 /source4/torture/torture.c
parentdd711fee210e4161f8d85f8af39ffc4329d55914 (diff)
downloadsamba-1f31eccdad0d65b06983c96da7cd52e5f713d6d5.tar.gz
samba-1f31eccdad0d65b06983c96da7cd52e5f713d6d5.tar.bz2
samba-1f31eccdad0d65b06983c96da7cd52e5f713d6d5.zip
r1173: A quick little test to show that we cannot bind twice to a single endpoint.
Andrew Bartlett (This used to be commit e12ad47c69098b6865f5b10527aa44ff322e4b18)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index 93e6c3ec79..2bb68fcce8 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -4216,6 +4216,7 @@ static struct {
{"RPC-SCANNER", torture_rpc_scanner, 0},
{"RPC-AUTOIDL", torture_rpc_autoidl, 0},
{"NTLMSSP-SELFCHECK", torture_ntlmssp_self_check, 0},
+ {"RPC-MULTIBIND", torture_multi_bind, 0},
{NULL, NULL, 0}};