summaryrefslogtreecommitdiff
path: root/src/nshd/hackers_git/hackers.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-09-11 23:23:01 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-09-11 23:24:42 -0600
commitda8d8e0b23fb8585063a93d093e843c69cd3f07b (patch)
treee7b44d17625bec689cfdf1e1924398cec510df35 /src/nshd/hackers_git/hackers.go
parent5e781d7539ac8f1f17e6cfa04c3c28fdfe65f4db (diff)
tidy
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 9e3976b..446351d 100644
--- a/src/nshd/hackers_git/hackers.go
+++ b/src/nshd/hackers_git/hackers.go
@@ -55,7 +55,6 @@ func (o *Hackers) Close() {
logger.Info("Closing hackers.git session")
o.lock.Lock()
defer o.lock.Unlock()
-
o.close()
}