From 427c95327371d42304594cf32ce8726194a286e5 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 28 Jun 2010 14:47:16 +0200 Subject: s4-smbtorture: fix typo. Not my day... Guenther --- source4/torture/ndr/drsblobs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture') 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; -- cgit