diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-10-24 13:00:51 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:02:26 -0500 |
commit | f1dd80e74e570fbf2e8dbefd70fb99abab1b5b2d (patch) | |
tree | 5c5457c3339ddcff0113c186a92e1f8381d1d551 /source4/torture/torture.c | |
parent | 2641612a49ceae26b5caf5389bdf03e11623bd8e (diff) | |
download | samba-f1dd80e74e570fbf2e8dbefd70fb99abab1b5b2d.tar.gz samba-f1dd80e74e570fbf2e8dbefd70fb99abab1b5b2d.tar.bz2 samba-f1dd80e74e570fbf2e8dbefd70fb99abab1b5b2d.zip |
r3156: Couple of fixes in the conversion functions between binding structs and
protocol towers
(This used to be commit f41dfc6c5a85bf241e4bcc0669f6191bf531e89a)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r-- | source4/torture/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 19e8bf266e..e05dba7ee7 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -2972,7 +2972,7 @@ static struct { {"LOCAL-ICONV", torture_local_iconv, 0}, {"LOCAL-TALLOC", torture_local_talloc, 0}, {"LOCAL-MESSAGING", torture_local_messaging, 0}, - {"LOCAL-BINDINGSTRING", torture_local_binding_string, 0}, + {"LOCAL-BINDING", torture_local_binding_string, 0}, {"LOCAL-IDTREE", torture_local_idtree, 0}, /* ldap testers */ |