Skip to content

Commit

Permalink
Issue #395
Browse files Browse the repository at this point in the history
  • Loading branch information
elg committed Nov 4, 2019
1 parent b8c70e5 commit e99f230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passhportd/app/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def currentsshconnections():
to their PID"""

lentries = logentry.Logentry.query.filter(db.and_(
logentry.Logentry.endsessiondate is None,
logentry.Logentry.endsessiondate == None,
logentry.Logentry.target != None,
logentry.Logentry.user != None)).all()

Expand Down

0 comments on commit e99f230

Please sign in to comment.