Fix auth.

This commit is contained in:
Vladimir Mihailenco 2013-09-18 17:00:33 +03:00
parent 7ae857cb58
commit 9462848b74
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ func (c *baseClient) init(cn *conn, password string, db int64) error {
// Client is not closed on purpose.
client := &Client{
baseClient: &baseClient{
opt: c.opt,
connPool: newSingleConnPool(c.connPool, cn, false),
},
}