index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
modules
/
auth
/
pam
/
pam.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
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
)
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 7d150b1c..7f326d42 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