chiark / gitweb /
pam_systemd: remove unused null check
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Sat, 15 Nov 2014 22:43:09 +0000 (23:43 +0100)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Sat, 15 Nov 2014 22:47:39 +0000 (23:47 +0100)
commit8e24a4f8b6f53883ea515ae8f27fb6b1795973b4
tree76120aedcea0fcf5c4e47fdafe7d4057a17828b7
parent85e74b26c30b4c34a7ed8342b8f692ccdf3908b4
pam_systemd: remove unused null check

username was already checked with isempty() and cannot be null at
this point.

CID#1237766
src/login/pam_systemd.c