X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=contrib%2Fconfig2xml;fp=contrib%2Fconfig2xml;h=553ec4b286f8a98a340137cb62b43a61116f316e;hp=fa05cd9d4349f97dde1ef6a9192f511c78e8e7ac;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hpb=927951d1c1ad45ba9e7325f07d996154a91c911b diff --git a/contrib/config2xml b/contrib/config2xml index fa05cd9..553ec4b 100755 --- a/contrib/config2xml +++ b/contrib/config2xml @@ -135,7 +135,7 @@ END if ( exists($config{'active_response'}) ) { # should always be true if ($config{'active_response'} eq 'disabled') { - print " \n yes\n \n\n"; + print " \n yes\n \n\n"; } else { # Could use some comments/insight here, since I don't use the active response features. foreach my $cmd ( sort(@{$config{'active-response-command'}}) ) {