summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-12-19 23:32:26 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-12-19 23:32:26 (GMT)
commit9f860e6f74791e103aed25a006dee55d7b3822b5 (patch)
tree956aeac39bb3b89573f940603cba127d2f0f308f
parentbd59032dd4175282340a0904ff2d84e7cbbcb7e0 (diff)
telnet is no longer a trusted control interface
-rw-r--r--src/helsinki.at/rhimportd/ctrlTelnet.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helsinki.at/rhimportd/ctrlTelnet.go b/src/helsinki.at/rhimportd/ctrlTelnet.go
index 4300bd4..49971e1 100644
--- a/src/helsinki.at/rhimportd/ctrlTelnet.go
+++ b/src/helsinki.at/rhimportd/ctrlTelnet.go
@@ -148,7 +148,7 @@ func (c *TelnetClient) handle_cmd_set(args []string) {
}
if c.ctx == nil {
c.ctx = rhimport.NewImportContext(c.conf, c.rddb, "")
- c.ctx.Trusted = true // TODO: set this back to false as soon as debugging is done
+ c.ctx.Trusted = false
}
switch strings.ToLower(args[0]) {
case "username":