]> granicus.if.org Git - cronie/commitdiff
Commented out cron_open_pam_session, it's unused.
authorTomas Janousek <tjanouse@redhat.com>
Mon, 27 Aug 2007 17:48:31 +0000 (19:48 +0200)
committerTomas Janousek <tjanouse@redhat.com>
Mon, 27 Aug 2007 17:48:31 +0000 (19:48 +0200)
Signed-off-by: Tomas Janousek <tjanouse@redhat.com>
src/security.c

index 4156041c49a3b45ffac5ac92857f2af2c8ad8146..200dac45d4f43d5038662156a3b154044aa28914 100644 (file)
@@ -136,6 +136,7 @@ int cron_start_pam(struct passwd *pw) {
     return retcode;
 }
 
+#if 0
 int cron_open_pam_session(struct passwd *pw) {
     int        retcode = 0;
 
@@ -150,6 +151,7 @@ int cron_open_pam_session(struct passwd *pw) {
 
     return retcode;
 }
+#endif
 
 void cron_close_pam(void) {
 #if defined(WITH_PAM)