summaryrefslogtreecommitdiff
path: root/src/nshd/hackers_git/hackers.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-09-04 13:25:32 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-09-04 13:25:32 -0600
commita4beb5f259832b91199dda7fab0826d17b511bbf (patch)
treeec8ddde6a4a986d8ba97378b9797a2d6250bb115 /src/nshd/hackers_git/hackers.go
parentbb254d5ce7462e68af67c907f3b9c9e98504c031 (diff)
fix password loading
Diffstat (limited to 'src/nshd/hackers_git/hackers.go')
-rw-r--r--src/nshd/hackers_git/hackers.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nshd/hackers_git/hackers.go b/src/nshd/hackers_git/hackers.go
index 814e921..60e6dd9 100644
--- a/src/nshd/hackers_git/hackers.go
+++ b/src/nshd/hackers_git/hackers.go
@@ -26,7 +26,6 @@ type Hackers struct {
lock sync.RWMutex
workers sync.WaitGroup
users map[int32]user
- passwords map[int32]string
in_fd *inotify.Inotify
in_wd_home inotify.Cint