diff options
| author | Mattias Andrée <maandree@operamail.com> | 2013-11-20 01:49:25 +0100 | 
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2013-11-20 01:49:25 +0100 | 
| commit | ef7cf27c98761febcef3100d40b7e58f64aba570 (patch) | |
| tree | e50b8115dc1e72e82cb53bac45e78f5e95c18765 | |
| parent | beginning of pam use (diff) | |
| download | libpassphrase-ef7cf27c98761febcef3100d40b7e58f64aba570.tar.gz libpassphrase-ef7cf27c98761febcef3100d40b7e58f64aba570.tar.bz2 libpassphrase-ef7cf27c98761febcef3100d40b7e58f64aba570.tar.xz | |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
| -rw-r--r-- | src/cerberus.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/src/cerberus.c b/src/cerberus.c index 26e6b3f..f8c0826 100644 --- a/src/cerberus.c +++ b/src/cerberus.c @@ -71,6 +71,7 @@ void do_login(int argc, char** argv)    char* passphrase = NULL;    char preserve_env = 0;    char skip_auth = 0; +  int ret;    #ifdef USE_TTY_GROUP    struct group* group;    #endif @@ -243,8 +244,6 @@ void do_login(int argc, char** argv)    else      return; /* Do not go beyond this in the parent */ -  int ret; -      /* In case the shell does not do this */    setsid(); | 
