fixed missing varible, error:

Upstream-commit: 27ad71e025538b903a3eac8ac1e4eea654346b4d
Component: engine
This commit is contained in:
Ken Cochrane
2013-03-15 14:48:42 -07:00
parent a818fa1a95
commit 2eb625d9e0

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 {