aboutsummaryrefslogtreecommitdiff
path: root/auth_files.go
diff options
context:
space:
mode:
Diffstat (limited to 'auth_files.go')
-rw-r--r--auth_files.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/auth_files.go b/auth_files.go
index e6b4abf..e05cff3 100644
--- a/auth_files.go
+++ b/auth_files.go
@@ -146,7 +146,6 @@ func (a authFiles) Unban(id string) error {
if string(name) == id {
return os.Remove(Path("ban/", f.Name()))
- break
}
}
}