From: Matthias Dieter Wallnöfer Date: Fri, 5 Mar 2010 07:50:08 +0000 (+0100) Subject: s4:torture/rpc/samr.c - add some decision possibility constants to some switch X-Git-Tag: samba-3.6.0pre1~4773 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=12ae05939ff681b3d11b8eea85adf47a49766bd1;ds=sidebyside 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. --- diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c index dbc25b40ccf..7fa08d7f764 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; }