diff options
-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 62399ea166..926c757f7b 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; |