[PATCH 2/2] Fixed typo

Christos Triantafyllidis christos.triantafyllidis at gmail.com
Wed Aug 5 16:25:46 UTC 2015


---
 koji/auth.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/koji/auth.py b/koji/auth.py
index f7971ed..1804c09 100644
--- a/koji/auth.py
+++ b/koji/auth.py
@@ -269,7 +269,7 @@ class Session(object):
 
         # check passwd
         if context.opts.get('PAMService'):
-            if not pam.authenticate(user,password,context.opts.get('PAMService'):
+            if not pam.authenticate(user,password,context.opts.get('PAMService')):
                 raise koji.AuthError, 'invalid username or password'
             cursor = context.cnx.cursor()
             query = """SELECT id FROM users
-- 
2.4.3



More information about the buildsys mailing list