diff options
author | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2010-03-05 08:50:08 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2010-03-05 08:55:47 +0100 |
commit | 12ae05939ff681b3d11b8eea85adf47a49766bd1 (patch) | |
tree | cf8ca312cd49fdb5036c5d6ba44e538ddb119d42 | |
parent | ce82f91614c569c3e9349ba877de326f3e78fb3b (diff) | |
download | samba-12ae05939ff681b3d11b8eea85adf47a49766bd1.tar.gz samba-12ae05939ff681b3d11b8eea85adf47a49766bd1.tar.bz2 samba-12ae05939ff681b3d11b8eea85adf47a49766bd1.zip |
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.
-rw-r--r-- | source4/torture/rpc/samr.c | 3 |
1 files changed, 3 insertions, 0 deletions
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; } |