Add forgotten &
This commit is contained in:
parent
744837b9c7
commit
a8316057ce
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ func (c *Client) FetchSessionKey(privatekey string) error {
|
|||
|
||||
var sessionkey NetBoxSessionKey
|
||||
|
||||
res, err := c.do(req, sessionkey)
|
||||
res, err := c.do(req, &sessionkey)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue