summaryrefslogtreecommitdiff
path: root/src/nshd/hackers_git/db_passwd.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-09-11 23:28:54 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-09-11 23:28:54 -0600
commit2130c2ab56eb130c2fb6112098ea8ccb1fa235b0 (patch)
treed3329cc7a02e848035c6c6c5a800482c52f11995 /src/nshd/hackers_git/db_passwd.go
parent7374395eb39700cd71f77be4f218eadb2712d19d (diff)
fix several all*Enumerator initializers
Diffstat (limited to 'src/nshd/hackers_git/db_passwd.go')
-rw-r--r--src/nshd/hackers_git/db_passwd.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nshd/hackers_git/db_passwd.go b/src/nshd/hackers_git/db_passwd.go
index 750e458..32570fb 100644
--- a/src/nshd/hackers_git/db_passwd.go
+++ b/src/nshd/hackers_git/db_passwd.go
@@ -78,6 +78,7 @@ func (o *Hackers) Passwd_All(cred p.Ucred, req p.Request_Passwd_All) p.Passwd_En
i := uint(0)
for uid, _ := range o.users {
e.uids[i] = uid
+ i++
}
return &e
}