fixed missing varible, error:

This commit is contained in:
Ken Cochrane 2013-03-15 14:48:42 -07:00
parent 0a35db8fd0
commit 27ad71e025
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ func Login(authConfig AuthConfig) (string, error) {
storeConfig := false
reqStatusCode := 0
var status string
var errMsg string
var reqBody []byte
jsonBody, err := json.Marshal(authConfig)
if err != nil {