samba.join: Fix multiple spaces.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 11 Oct 2012 15:23:13 +0000 (17:23 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 11 Oct 2012 18:30:43 +0000 (20:30 +0200)
Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date(master): Thu Oct 11 20:30:43 CEST 2012 on sn-devel-104

source4/scripting/python/samba/join.py

index 7b511f82c138816e4eea1b3db37cbb6b8fda9146..c55c22cad539169e0466d742bd71d283a2358979 100644 (file)
@@ -749,7 +749,7 @@ class dc_join(object):
             print "Done with always replicated NC (base, config, schema)"
 
             for nc in (ctx.domaindns_zone, ctx.forestdns_zone):
-                if nc  in ctx.nc_list:
+                if nc in ctx.nc_list:
                     print "Replicating %s" % (str(nc))
                     repl.replicate(nc, source_dsa_invocation_id,
                                     destination_dsa_guid, rodc=ctx.RODC,