summaryrefslogtreecommitdiff
path: root/src/nshd/hackers_git/hackers_parse.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-09-03 13:50:10 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-09-03 13:50:10 -0600
commit2d45bbd332bf439f483dacadf5e3e9776c97ef60 (patch)
treeb130508188532028652759cae08120d81297f386 /src/nshd/hackers_git/hackers_parse.go
parent959055420845d7c63148fd5be8f9cf4285e2446b (diff)
tidy
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 = "!"