[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-1213-ge66be2f

Andrew Bartlett abartlet at samba.org
Thu Mar 6 11:05:11 GMT 2008


The branch, v4-0-test has been updated
       via  e66be2f519584717abd7fc1f069bf7afe0d7ff60 (commit)
      from  25887c87285b1b92ce5d7cc096da483c25a2fe6c (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit e66be2f519584717abd7fc1f069bf7afe0d7ff60
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Thu Mar 6 22:04:46 2008 +1100

    Fix typo

-----------------------------------------------------------------------

Summary of changes:
 source/torture/libnet/libnet_BecomeDC.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/torture/libnet/libnet_BecomeDC.c b/source/torture/libnet/libnet_BecomeDC.c
index 4a3f7b5..3f8edd4 100644
--- a/source/torture/libnet/libnet_BecomeDC.c
+++ b/source/torture/libnet/libnet_BecomeDC.c
@@ -704,7 +704,7 @@ bool torture_net_become_dc(struct torture_context *torture)
 	}
 
 	/* Make sure we get this from the command line */
-	if (lp_parm_bool(toture->lp_ctx, NULL, "become dc", "do not unjoin", false)) {
+	if (lp_parm_bool(torture->lp_ctx, NULL, "become dc", "do not unjoin", false)) {
 		talloc_free(s);
 		return ret;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list