From a9c3f4700c16e50b963b83bed9b9699f4e37322c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 23 Jul 2008 11:06:50 +0200 Subject: smbtorture: add a warning for unknown BindInfo length to the RPC-DSSYNC test Michael (This used to be commit 7ee99105ea3a50d8ee2c83ecd39e834ed9efb98c) --- source4/torture/rpc/dssync.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/torture/rpc/dssync.c') 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); } } -- cgit