fix trailling space

This commit is contained in:
kakwa 2015-07-14 23:38:33 +02:00
parent 1703dc9a33
commit 5a199ae3fb
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ class LdapCherry(object):
"""
if self.auth_mode == 'none':
return 'anonymous'
username = self._check_session()
username = self._check_session()
if cherrypy.request.query_string == '':
qs = ''