From 81adbe17caf4ff8d7fc920dfe661640ab248ad12 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Tue, 14 Jul 2015 19:47:20 +0800 Subject: use pam and update TRANSLATORS --- modules/auth/pam/pam.go | 2 +- modules/auth/pam/pam_stub.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/auth') 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 diff --git a/modules/auth/pam/pam_stub.go b/modules/auth/pam/pam_stub.go index 2f210bf6..33ac751a 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 -- cgit v1.2.3