]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix compile errors.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 1 Jul 2014 20:03:06 +0000 (20:03 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 1 Jul 2014 20:03:06 +0000 (20:03 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11977 a1ca3aef-8c08-0410-bb20-df032aa958be

cups/tls-gnutls.c
doc/help/man-cupsd.html

index 9e92f72949bc88149e0401c06a28039283a0455f..61e56cec199cb37af32d18598ad1e95186cb7eb0 100644 (file)
@@ -396,9 +396,12 @@ httpCredentialsGetTrust(
 {
   http_trust_t         trust = HTTP_TRUST_OK;
                                        /* Trusted? */
+
+#if 0
   cups_array_t         *tcreds = NULL; /* Trusted credentials */
   _cups_globals_t      *cg = _cupsGlobals();
                                        /* Per-thread globals */
+#endif /* 0 */
 
 
   if (!common_name)
@@ -480,9 +483,11 @@ httpCredentialsGetExpiration(
 {
 #if 0
   expiration = (time_t)(SecCertificateNotValidAfter(secCert) + kCFAbsoluteTimeIntervalSince1970);
-#endif /* 0 */
 
   return (expiration);
+#else
+  return (INT_MAX);
+#endif /* 0 */
 }
 
 
index 15d3c6d0e324b27988313d14928819d41c7041fc..0985443cf98fe9b84ad22be17326ee528677e32e 100644 (file)
@@ -99,8 +99,8 @@ in the foreground with a test configuration file called
 <a href="man-backend.html?TOPIC=Man+Pages"><b>backend</b>(7),</a>
 <a href="man-classes.conf.html?TOPIC=Man+Pages"><b>classes.conf</b>(5),</a>
 <a href="man-cups.html?TOPIC=Man+Pages"><b>cups</b>(1),</a>
-<b>cups-deviced</b>(8),
-<b>cups-driverd</b>(8),
+<a href="man-cups-deviced.html?TOPIC=Man+Pages"><b>cups-deviced</b>(8),</a>
+<a href="man-cups-driverd.html?TOPIC=Man+Pages"><b>cups-driverd</b>(8),</a>
 <a href="man-cups-lpd.html?TOPIC=Man+Pages"><b>cups-lpd</b>(8),</a>
 <a href="man-cupsd.conf.html?TOPIC=Man+Pages"><b>cupsd.conf</b>(5),</a>
 <a href="man-filter.html?TOPIC=Man+Pages"><b>filter</b>(7),</a>