Browse Source

[2254] Merge branch 'trac2254' of ssh://git.bind10.isc.org/var/bind10/git/bind10 into trac2254

Jelte Jansen 12 years ago
parent
commit
ae8740e0bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/bindctl/bindcmd.py

+ 1 - 1
src/bin/bindctl/bindcmd.py

@@ -528,7 +528,7 @@ class BindCmdInterpreter(Cmd):
         Returns the string value of the hints list with index 'state',
         or None if no (more) hints are available.
         """
-        if 0 == state:
+        if state == 0:
             self._update_all_modules_info()
             text = text.strip()
             hints = []