s4:samdb.py - remove a pointless comment
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Tue, 19 Oct 2010 08:57:12 +0000 (10:57 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Tue, 19 Oct 2010 10:03:12 +0000 (10:03 +0000)
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

source4/scripting/python/samba/samdb.py

index 9497e55b398b42b7b297d1d7164829fac087abe9..c435b7a1af0bd93cbd496fef0aa5936edbafde17 100644 (file)
@@ -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=*)",