diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-06-18 11:58:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:43 -0500 |
commit | 5c3afaf85621660475baa821537b9dc512d78a4d (patch) | |
tree | 34bd65665e997c5a4ef33ad87794dbe8c5806518 /source4/torture | |
parent | 84a52084c2d5ff403f9285de7043292277cbe426 (diff) | |
download | samba-5c3afaf85621660475baa821537b9dc512d78a4d.tar.gz samba-5c3afaf85621660475baa821537b9dc512d78a4d.tar.bz2 samba-5c3afaf85621660475baa821537b9dc512d78a4d.zip |
r1186: Clarify why this is a 'bogus' negitive test. If we pass it, we may
still be broken.
Andrew Bartlett
(This used to be commit da5f311732d626c500dc5eaf6d457fee49e2da99)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/rpc/bind.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source4/torture/rpc/bind.c b/source4/torture/rpc/bind.c index 53856cd9b8..477b83031f 100644 --- a/source4/torture/rpc/bind.c +++ b/source4/torture/rpc/bind.c @@ -23,7 +23,15 @@ #include "includes.h" +/* + This test is 'bogus' in that it doesn't actually perform to the + spec. We need to deal with other things inside the DCERPC layer, + before we could have multiple binds. + We should never pass this test, until such details are fixed in our + client, and it looks like multible binds are never used anyway. + +*/ BOOL torture_multi_bind(int dummy) { |