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