oops forgot to return ret.

SVN revision: 75553
This commit is contained in:
Carsten Haitzler 2012-08-22 14:10:53 +00:00
parent 7b1eef157b
commit 9737c38fb8
1 changed files with 1 additions and 0 deletions

View File

@ -849,6 +849,7 @@ _e_desklock_check_auth(void)
ret = _desklock_auth(edd->passwd);
// passwd off in child proc now - null out from parent
memset(edd->passwd, 0, sizeof(char) * PASSWD_LEN);
return ret;
}
else if (e_config->desklock_auth_method == 1)
{