]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/server.c
Load cups into easysw/current.
[thirdparty/cups.git] / scheduler / server.c
index 74c2fc0712ad5dbff6d0a29eb7535c17bd3157dc..79a393a820ba0a633b3c399e577f17cd141ba8e4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: server.c 5095 2006-02-09 16:22:48Z mike $"
+ * "$Id: server.c 5200 2006-02-28 00:10:32Z mike $"
  *
  *   Server start/stop routines for the Common UNIX Printing System (CUPS).
  *
@@ -152,18 +152,6 @@ cupsdStopServer(void)
     Clients = NULL;
   }
 
-#if defined(HAVE_SSL) && defined(HAVE_CDSASSL)
- /*
-  * Free all of the certificates...
-  */
-
-  if (ServerCertificatesArray)
-  {
-    CFRelease(ServerCertificatesArray);
-    ServerCertificatesArray = NULL;
-  }
-#endif /* HAVE_SSL && HAVE_CDSASSL */
-
  /*
   * Close the pipe for CGI processes...
   */
@@ -223,5 +211,5 @@ cupsdStopServer(void)
 
 
 /*
- * End of "$Id: server.c 5095 2006-02-09 16:22:48Z mike $".
+ * End of "$Id: server.c 5200 2006-02-28 00:10:32Z mike $".
  */