diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-11-22 05:11:49 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-11-22 05:11:49 +0100 |
commit | 85ff75043e1c622ad41c9fe877b09903e4d355a0 (patch) | |
tree | 3d9edb3f6053899a4474f3a7ee458889d5e11f7c /src/cerberus.c | |
parent | derp (diff) | |
download | libpassphrase-85ff75043e1c622ad41c9fe877b09903e4d355a0.tar.gz libpassphrase-85ff75043e1c622ad41c9fe877b09903e4d355a0.tar.bz2 libpassphrase-85ff75043e1c622ad41c9fe877b09903e4d355a0.tar.xz |
whoops
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/cerberus.c')
-rw-r--r-- | src/cerberus.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cerberus.c b/src/cerberus.c index 94dc183..03a7a75 100644 --- a/src/cerberus.c +++ b/src/cerberus.c @@ -214,7 +214,6 @@ void do_login(int argc, char** argv) username = entry->pw_name; - /* Verify passphrase or other token, if -f has not been used */ initialise_pam(hostname, username, read_passphrase); if ((skip_auth == 0) && authenticate_pam()) |