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 | |
parent | 2724dbd450663117258116a131309cf95120d761 (diff) | |
download | gitea-81adbe17caf4ff8d7fc920dfe661640ab248ad12.tar.gz gitea-81adbe17caf4ff8d7fc920dfe661640ab248ad12.zip |
use pam and update TRANSLATORS
Diffstat (limited to 'modules')
-rw-r--r-- | modules/auth/pam/pam.go | 2 | ||||
-rw-r--r-- | modules/auth/pam/pam_stub.go | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/modules/auth/pam/pam_stub.go b/modules/auth/pam/pam_stub.go index 2f210bf6e7..33ac751a34 100644 --- a/modules/auth/pam/pam_stub.go +++ b/modules/auth/pam/pam_stub.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 |