Blame SOURCES/nss-pam-ldapd-exitcode.patch

09a3f6
diff -up nss-pam-ldapd-0.8.14/nslcd/nslcd.c.retcode nss-pam-ldapd-0.8.14/nslcd/nslcd.c
09a3f6
--- nss-pam-ldapd-0.8.14/nslcd/nslcd.c.retcode	2017-02-08 09:52:39.687834074 +0100
09a3f6
+++ nss-pam-ldapd-0.8.14/nslcd/nslcd.c	2017-02-08 09:52:54.630891580 +0100
09a3f6
@@ -866,5 +866,5 @@ int main(int argc,char *argv[])
09a3f6
       log_log(LOG_ERR,"thread %d is still running, shutting down anyway",i);
09a3f6
   }
09a3f6
   /* we're done */
09a3f6
-  return EXIT_FAILURE;
09a3f6
+  return EXIT_SUCCESS;
09a3f6
 }