diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-07-23 23:45:34 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-07-23 23:45:34 (GMT) |
commit | 38cde493d2a9a1961e057fe0e175b437b3916148 (patch) | |
tree | 8c7451fb2a8466d0e25c95dd45f1a9dbf846b7dc /src/rhimportd/ctrlTelnet.go | |
parent | b29107e4dd06e176f88fdaa7f01bb6b1b34a8613 (diff) |
refactored logging
Diffstat (limited to 'src/rhimportd/ctrlTelnet.go')
-rw-r--r-- | src/rhimportd/ctrlTelnet.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rhimportd/ctrlTelnet.go b/src/rhimportd/ctrlTelnet.go index 8ce4e83..c624654 100644 --- a/src/rhimportd/ctrlTelnet.go +++ b/src/rhimportd/ctrlTelnet.go @@ -182,7 +182,7 @@ func telnetSet(c *telgo.Client, args []string, conf *rhimport.Config, db *rddb.D var ctx *rhimport.Context if c.UserData == nil { - c.UserData = rhimport.NewContext(conf, db) + c.UserData = rhimport.NewContext(conf, db, rhl, rhdl) ctx = c.UserData.(*rhimport.Context) ctx.Trusted = false } else { |