Merge branch '3.0' into PT-182

This commit is contained in:
Carlos Salguero
2017-11-08 15:13:03 -03:00
committed by GitHub
311 changed files with 21925 additions and 777 deletions

View File

@@ -504,7 +504,7 @@ func GetSecuritySettings(session pmgo.SessionManager, ver string) (*security, er
}
} else {
if ip != "127.0.0.1" && ip != extIP {
s.WarningMsgs = append(s.WarningMsgs, fmt.Sprintf("WARNING: You might be insecure. IP binding %s is not localhost"))
s.WarningMsgs = append(s.WarningMsgs, fmt.Sprintf("WARNING: You might be insecure. IP binding %s is not localhost", ip))
}
}
}