Blame SOURCES/gnutls-3.7.3-disable-config-reload.patch

118cf7
diff --color -ru a/lib/priority.c b/lib/priority.c
118cf7
--- a/lib/priority.c	2022-01-14 07:53:21.000000000 +0100
118cf7
+++ b/lib/priority.c	2022-02-15 09:31:36.388485784 +0100
118cf7
@@ -2030,15 +2030,6 @@
118cf7
 		additional++;
118cf7
 	}
118cf7
 
118cf7
-	/* Always try to refresh the cached data, to allow it to be
118cf7
-	 * updated without restarting all applications.
118cf7
-	 */
118cf7
-	ret = _gnutls_update_system_priorities();
118cf7
-	if (ret < 0) {
118cf7
-		_gnutls_debug_log("failed to update system priorities: %s\n",
118cf7
-				  gnutls_strerror(ret));
118cf7
-	}
118cf7
-
118cf7
 	do {
118cf7
 		ss_next = strchr(ss, ',');
118cf7
 		if (ss_next) {