Tracker.Conn interface update to better fit API

This commit is contained in:
Jimmy Zelinskie
2014-07-07 22:44:27 -04:00
parent 9e94643379
commit 99ac8f77c8
5 changed files with 54 additions and 28 deletions

View File

@@ -54,7 +54,7 @@ func loadTestData(tkr *Tracker) (err error) {
return
}
err = conn.WhitelistClient("TR2820")
err = conn.AddClient("TR2820")
if err != nil {
return
}