blob: 1e5d8594aaed58dc37815819619d7e65e77e903e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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;
}
|