summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-10-19 10:57:12 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-10-19 10:03:12 +0000
commita9b58f6246f9098ec42e0b162e5fb97e50dbd32a (patch)
treec600fcf25f7ca345ab374feb61bf6bca912684eb /source4
parent8c4f6bcd672d7c4e85f28865ee7602554a187baf (diff)
downloadsamba-a9b58f6246f9098ec42e0b162e5fb97e50dbd32a.tar.gz
samba-a9b58f6246f9098ec42e0b162e5fb97e50dbd32a.tar.bz2
samba-a9b58f6246f9098ec42e0b162e5fb97e50dbd32a.zip
s4:samdb.py - remove a pointless comment
We are only looking for the default DN - but the method name already tells us this. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Oct 19 10:03:12 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4')
-rw-r--r--source4/scripting/python/samba/samdb.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/samdb.py b/source4/scripting/python/samba/samdb.py
index 9497e55b39..c435b7a1af 100644
--- a/source4/scripting/python/samba/samdb.py
+++ b/source4/scripting/python/samba/samdb.py
@@ -68,7 +68,6 @@ class SamDB(samba.Ldb):
return dsdb._am_rodc(self)
def domain_dn(self):
- # find the DNs for the domain
res = self.search(base="",
scope=ldb.SCOPE_BASE,
expression="(defaultNamingContext=*)",