Fix an incomplete database.

This commit is contained in:
Qi Xiao 2016-02-17 01:40:46 +01:00
parent 284b99c858
commit 81422c1f70

View File

@ -19,7 +19,7 @@ func GetHome(uname string) (string, error) {
}
}
// Look up the
// Look up the user.
var u *user.User
var err error
if uname == "" {