]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Add _universal sub-type.
authorMichael R Sweet <msweet@msweet.org>
Mon, 8 Mar 2021 00:38:53 +0000 (19:38 -0500)
committerMichael R Sweet <msweet@msweet.org>
Mon, 8 Mar 2021 00:38:53 +0000 (19:38 -0500)
scheduler/conf.c

index 0fdbd8d721d920645e0a1c6afeca27c59640125a..27256bd0b155c10ee06fec8a4f55bec178d16bc5 100644 (file)
@@ -746,7 +746,7 @@ cupsdReadConfiguration(void)
   DefaultShared            = CUPS_DEFAULT_DEFAULT_SHARED;
 
 #ifdef HAVE_DNSSD
-  cupsdSetString(&DNSSDSubTypes, "_cups,_print");
+  cupsdSetString(&DNSSDSubTypes, "_cups,_print,_universal");
   cupsdClearString(&DNSSDHostName);
 #endif /* HAVE_DNSSD */