-CHANGES - 2.2.13 - 2019-08-27
+CHANGES - 2.2.13 - 2019-09-05
=============================
-----------------------
- Fixed spelling of "fold-accordion".
+- Fixed the default common name for TLS certificates used by `ippserver`.
Changes in CUPS v2.2.12
/*
* Sample IPP Everywhere server for CUPS.
*
- * Copyright 2010-2018 by Apple Inc.
+ * Copyright 2010-2019 by Apple Inc.
*
* These coded instructions, statements, and computer programs are the
* property of Apple Inc. and are protected by Federal copyright
fprintf(stderr, "Using spool directory \"%s\".\n", directory);
}
-#ifdef HAVE_SSL
- cupsSetServerCredentials(keypath, servername, 1);
-#endif /* HAVE_SSL */
-
/*
* Initialize Bonjour...
*/
subtype, directory, command, attrfile)) == NULL)
return (1);
+#ifdef HAVE_SSL
+ cupsSetServerCredentials(keypath, printer->hostname, 1);
+#endif /* HAVE_SSL */
+
/*
* Run the print service...
*/