From 12ae05939ff681b3d11b8eea85adf47a49766bd1 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Fri, 5 Mar 2010 08:50:08 +0100 Subject: s4:torture/rpc/samr.c - add some decision possibility constants to some switch At the moment nothing is done when the enumeration variable is set to one of those constants as before. This is only to quite nasty warnings. --- source4/torture/rpc/samr.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/torture') diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c index dbc25b40cc..7fa08d7f76 100644 --- a/source4/torture/rpc/samr.c +++ b/source4/torture/rpc/samr.c @@ -4695,6 +4695,9 @@ static bool test_user_ops(struct dcerpc_pipe *p, break; } case TORTURE_SAMR_OTHER: + case TORTURE_SAMR_MANY_ACCOUNTS: + case TORTURE_SAMR_MANY_GROUPS: + case TORTURE_SAMR_MANY_ALIASES: /* We just need the account to exist */ break; } -- cgit