Merge pull request #9795 from LK4D4/update_libcontainer

Update libcontainer to 1597c68f7b941fd97881155d7f077852e2914e7b
This commit is contained in:
Michael Crosby
2014-12-23 15:41:26 -08:00
43 changed files with 517 additions and 362 deletions
+1 -1
View File
@@ -1399,7 +1399,7 @@ func serveFd(addr string, job *engine.Job) error {
}
func lookupGidByName(nameOrGid string) (int, error) {
groupFile, err := user.GetGroupFile()
groupFile, err := user.GetGroupPath()
if err != nil {
return -1, err
}