diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-03-06 22:04:46 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-03-06 22:04:46 +1100 |
commit | c24329dc0710df7520e77d67e5d9bc43f59fd24f (patch) | |
tree | 8652bdf4988fec45580cd6d37b2bcdfd8bf5336b /source4 | |
parent | 85bf2abee008f73602fabccd63296338a43ebb11 (diff) | |
download | samba-c24329dc0710df7520e77d67e5d9bc43f59fd24f.tar.gz samba-c24329dc0710df7520e77d67e5d9bc43f59fd24f.tar.bz2 samba-c24329dc0710df7520e77d67e5d9bc43f59fd24f.zip |
Fix typo
(This used to be commit e66be2f519584717abd7fc1f069bf7afe0d7ff60)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/libnet/libnet_BecomeDC.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/libnet/libnet_BecomeDC.c b/source4/torture/libnet/libnet_BecomeDC.c index 4a3f7b5f61..3f8edd40e8 100644 --- a/source4/torture/libnet/libnet_BecomeDC.c +++ b/source4/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; } |