1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

fixed missing varible, error:

This commit is contained in:
Ken Cochrane 2013-03-15 14:48:42 -07:00
parent 0a35db8fd0
commit 27ad71e025

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 {