From 79191a8fd73630173157927b2f75f0dcdf3cbfcd Mon Sep 17 00:00:00 2001 From: sebastid Date: Thu, 8 Jun 2006 19:11:54 +0000 Subject: [PATCH] Add return value. The return value seems to not mean anything??? SVN revision: 23302 --- src/bin/e_desklock.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_desklock.c b/src/bin/e_desklock.c index c5a4ad1e4..a63ffab5a 100644 --- a/src/bin/e_desklock.c +++ b/src/bin/e_desklock.c @@ -598,6 +598,7 @@ _desklock_auth(const char *passwd) if (pamerr == PAM_SUCCESS) exit(0); exit(-1); } + return 1; } static char *