You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/cfengine/files/admit-noclass-520696.patch

16 lines
400 B

Fix a bug with admit/grant that let cfengine2 fails when the class
of a cfengine fragment does not exist and more than a host or IP
ranges are specified for a path (see #520696)
--- a/src/install.c
+++ b/src/install.c
@@ -6561,7 +6561,7 @@
if (!IsDefinedClass(classes))
{
Debug1("Not installing Auth path, no match\n");
- InitializeAction();
+// InitializeAction();
return;
}