summaryrefslogtreecommitdiff
path: root/src/nshd/hackers_git/hackers_parse.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/nshd/hackers_git/hackers_parse.go')
-rw-r--r--src/nshd/hackers_git/hackers_parse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nshd/hackers_git/hackers_parse.go b/src/nshd/hackers_git/hackers_parse.go
index b446ba1..47f10da 100644
--- a/src/nshd/hackers_git/hackers_parse.go
+++ b/src/nshd/hackers_git/hackers_parse.go
@@ -98,7 +98,7 @@ func load_user_yaml(filename string) (ret user, err error) {
}
}
if len(errs) > 0 {
- err = &yaml.TypeError{errs}
+ err = &yaml.TypeError{Errors: errs}
}
ret.passwd.PwHash = "!"