diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-29 01:43:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:57 -0500 |
commit | b9fa7bc48ec3b402722b64b3dbd97042cb2bfd09 (patch) | |
tree | 71e9a4077b2beeaf26861eebc5970489cd6e93a8 /source4/torture/torture.c | |
parent | fc8fef69fda3b7a9627adfc6bc5599eff03383a8 (diff) | |
download | samba-b9fa7bc48ec3b402722b64b3dbd97042cb2bfd09.tar.gz samba-b9fa7bc48ec3b402722b64b3dbd97042cb2bfd09.tar.xz samba-b9fa7bc48ec3b402722b64b3dbd97042cb2bfd09.zip |
r12558: Support [flag(NULLTERM)] on [charset()] arrays
(This used to be commit 2e5a6eb219feab3208f63d727340a852bfdb0b3f)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r-- | source4/torture/torture.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c index a6ec030c1d..1b591c6bb8 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -2305,6 +2305,7 @@ static struct { {"RPC-ALTERCONTEXT", torture_rpc_alter_context, 0}, {"RPC-JOIN", torture_rpc_join, 0}, {"RPC-DSSYNC", torture_rpc_dssync, 0}, + {"RPC-NDR", torture_rpc_ndr, 0}, /* local (no server) testers */ {"LOCAL-NTLMSSP", torture_ntlmssp_self_check, 0}, |