diff options
author | Unknwon <u@gogs.io> | 2015-07-14 19:47:20 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-07-14 19:47:20 +0800 |
commit | 81adbe17caf4ff8d7fc920dfe661640ab248ad12 (patch) | |
tree | 419ef227fff057023a6edbfd0a9d5a06ada1d215 /modules/auth/pam/pam.go | |
parent | 2724dbd450663117258116a131309cf95120d761 (diff) | |
download | gitea-81adbe17caf4ff8d7fc920dfe661640ab248ad12.tar.gz gitea-81adbe17caf4ff8d7fc920dfe661640ab248ad12.zip |
use pam and update TRANSLATORS
Diffstat (limited to 'modules/auth/pam/pam.go')
-rw-r--r-- | modules/auth/pam/pam.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/auth/pam/pam.go b/modules/auth/pam/pam.go index 7d150b1c0b..7f326d42f5 100644 --- a/modules/auth/pam/pam.go +++ b/modules/auth/pam/pam.go @@ -1,4 +1,4 @@ -// +build !windows +// +build pam // Copyright 2014 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style |