[svn] commit: r956 - /branches/each-loadzone/src/lib/auth/python/isc/auth/sqlite3_ds.py

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Feb 25 03:16:23 UTC 2010


Author: each
Date: Thu Feb 25 03:16:23 2010
New Revision: 956

Log:
helps to put the () after a function name if you want it to work...

Modified:
    branches/each-loadzone/src/lib/auth/python/isc/auth/sqlite3_ds.py

Modified: branches/each-loadzone/src/lib/auth/python/isc/auth/sqlite3_ds.py
==============================================================================
--- branches/each-loadzone/src/lib/auth/python/isc/auth/sqlite3_ds.py (original)
+++ branches/each-loadzone/src/lib/auth/python/isc/auth/sqlite3_ds.py Thu Feb 25 03:16:23 2010
@@ -122,7 +122,7 @@
 
     for name, ttl, rdclass, rdtype, rdata in zonedata:
         sigtype = ''
-        if rdtype.lower == 'rrsig':
+        if rdtype.lower() == 'rrsig':
             sigtype = rdata.split()[0]
 
         if sigtype:




More information about the bind10-changes mailing list