diff options
author | Günther Deschner <gd@samba.org> | 2010-06-28 14:47:16 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-06-28 14:47:16 +0200 |
commit | 427c95327371d42304594cf32ce8726194a286e5 (patch) | |
tree | edc11005934b36cb9519b7f0f26f0e8e02711ec3 | |
parent | f2e0ca2662af172868c5a06bd41177cfd8b2aa93 (diff) | |
download | samba-427c95327371d42304594cf32ce8726194a286e5.tar.gz samba-427c95327371d42304594cf32ce8726194a286e5.tar.xz samba-427c95327371d42304594cf32ce8726194a286e5.zip |
s4-smbtorture: fix typo.
Not my day...
Guenther
-rw-r--r-- | source4/torture/ndr/drsblobs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/ndr/drsblobs.c b/source4/torture/ndr/drsblobs.c index 62399ea1667..926c757f7b2 100644 --- a/source4/torture/ndr/drsblobs.c +++ b/source4/torture/ndr/drsblobs.c @@ -60,7 +60,7 @@ static bool forest_trust_info_check_out(struct torture_context *tctx, } static bool trust_domain_passwords_check_in(struct torture_context *tctx, - struct TrustDomainPasswords *r) + struct trustDomainPasswords *r) { /* FIXME: fill in, once we have working and correct IDL - gd */ return true; |