summaryrefslogtreecommitdiff
path: root/scheduler/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'scheduler/main.c')
-rw-r--r--scheduler/main.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/scheduler/main.c b/scheduler/main.c
index d38045e49..bdc46bc59 100644
--- a/scheduler/main.c
+++ b/scheduler/main.c
@@ -528,28 +528,6 @@ main(int argc, /* I - Number of command-line args */
PSQUpdateQuotaProc = dlsym(PSQLibRef, PSQLibFuncName);
#endif /* __APPLE__ && HAVE_DLFCN_H */
-#ifdef HAVE_GSSAPI
-# ifdef __APPLE__
- /*
- * If the weak-linked GSSAPI/Kerberos library is not present, don't try
- * to use it...
- */
-
- if (krb5_init_context != NULL)
-# endif /* __APPLE__ */
-
- /*
- * Setup a Kerberos context for the scheduler to use...
- */
-
- if (krb5_init_context(&KerberosContext))
- {
- KerberosContext = NULL;
-
- cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to initialize Kerberos context");
- }
-#endif /* HAVE_GSSAPI */
-
/*
* Startup the server...
*/