Skip to content
Snippets Groups Projects
Commit 6d747ced authored by Jakub Cegan's avatar Jakub Cegan
Browse files

Snaha o spravny revert

Revert "Reader should send undef as requested type if all messages wanted, not "_all_" nor "_any_""

This reverts commit 505ba410.
parent e22517b7
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ our %DEFAULTS = ...@@ -16,7 +16,7 @@ our %DEFAULTS =
GENERAL_method => ( "stdout" ), GENERAL_method => ( "stdout" ),
GENERAL_logfile => "var/log/receiver.log", GENERAL_logfile => "var/log/receiver.log",
GENERAL_wardenpath => "/opt/warden/client", GENERAL_wardenpath => "/opt/warden/client",
GENERAL_requested_type => "", GENERAL_requested_type => "_all_",
FILE_directory => "var/fileout/", FILE_directory => "var/fileout/",
FILE_method => "append", FILE_method => "append",
......
...@@ -13,7 +13,7 @@ use WardenApp::Constants; ...@@ -13,7 +13,7 @@ use WardenApp::Constants;
use constant GENERAL_CONFIG_FILE => "$Bin/../etc/receiver.conf"; use constant GENERAL_CONFIG_FILE => "$Bin/../etc/receiver.conf";
use constant DB_CONFIG_FILE => "$Bin/../etc/db.conf"; use constant DB_CONFIG_FILE => "$Bin/../etc/db.conf";
use constant RECEIVER_SECTION => 'receiver'; use constant RECEIVER_SECTION => 'receiver';
use constant DEFAULT_REQ_ALL => undef; use constant DEFAULT_REQ_ALL => "_all_";
use constant TRUE => 1; use constant TRUE => 1;
use constant FALSE => 0; use constant FALSE => 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment