summaryrefslogtreecommitdiff
path: root/src/helsinki.at/rhimport/rddb.go
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-12-20 04:46:01 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-12-20 04:46:01 (GMT)
commit75dd88f110c117b7fc73b83b13efd2385347f1b9 (patch)
treea0f17c7d8a60b98f894c3222824ee3cd92fe85ae /src/helsinki.at/rhimport/rddb.go
parent8fc2a9c93d566feae576c1421b3c64dabc4b4976 (diff)
session store and session kind of work now
still a lot to be done and a lot of testing is needed!
Diffstat (limited to 'src/helsinki.at/rhimport/rddb.go')
-rw-r--r--src/helsinki.at/rhimport/rddb.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helsinki.at/rhimport/rddb.go b/src/helsinki.at/rhimport/rddb.go
index f596171..bb481f4 100644
--- a/src/helsinki.at/rhimport/rddb.go
+++ b/src/helsinki.at/rhimport/rddb.go
@@ -297,7 +297,7 @@ func (self *RdDb) dispatchRequests() {
}
}
-func (self *RdDb) GetChannels() *RdDbChan {
+func (self *RdDb) GetInterface() *RdDbChan {
ch := &RdDbChan{}
ch.getPasswordChan = self.getPasswordChan
ch.getGroupOfCartChan = self.getGroupOfCartChan