diff options
author | Michael Adam <obnox@samba.org> | 2008-07-23 11:06:50 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-07-23 12:52:40 +0200 |
commit | a9c3f4700c16e50b963b83bed9b9699f4e37322c (patch) | |
tree | aaef62be1832a2027e52fcd183e6dd391c3e769a /source4/torture/rpc | |
parent | 935a7b3389615cadce4defa610b74072a286eac4 (diff) | |
download | samba-a9c3f4700c16e50b963b83bed9b9699f4e37322c.tar.gz samba-a9c3f4700c16e50b963b83bed9b9699f4e37322c.tar.bz2 samba-a9c3f4700c16e50b963b83bed9b9699f4e37322c.zip |
smbtorture: add a warning for unknown BindInfo length to the RPC-DSSYNC test
Michael
(This used to be commit 7ee99105ea3a50d8ee2c83ecd39e834ed9efb98c)
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/dssync.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/torture/rpc/dssync.c b/source4/torture/rpc/dssync.c index 6b82b6bf0f..3279047c6a 100644 --- a/source4/torture/rpc/dssync.c +++ b/source4/torture/rpc/dssync.c @@ -226,6 +226,9 @@ static bool _test_DsBind(struct torture_context *tctx, case 28: b->peer_bind_info28 = b->req.out.bind_info->info.info28; break; + default: + printf("DsBind - warning: unknown BindInfo length: %u\n", + b->req.out.bind_info->length); } } |