|
@@ -569,10 +569,6 @@ class BindCmdInterpreter(Cmd):
|
|
|
identifier += "/"
|
|
|
if cmd.params['identifier'].startswith("/"):
|
|
|
identifier = cmd.params['identifier']
|
|
|
- else:
|
|
|
- if cmd.params['identifier'].startswith('['):
|
|
|
- identifier = identifier[:-1]
|
|
|
- identifier += cmd.params['identifier']
|
|
|
|
|
|
# Check if the module is known; for unknown modules
|
|
|
# we currently deny setting preferences, as we have
|