Merge pull request #917 from xiekeyang/master

remove unused returned variables name
This commit is contained in:
Daniel, Dao Quang Minh 2016-06-16 13:01:58 +01:00 committed by GitHub
commit 5dc3f3576e
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ using the runc checkpoint command.`,
},
}
func restoreContainer(context *cli.Context, spec *specs.Spec, config *configs.Config, imagePath string) (code int, err error) {
func restoreContainer(context *cli.Context, spec *specs.Spec, config *configs.Config, imagePath string) (int, error) {
var (
rootuid = 0
rootgid = 0