From cf493a4890b8ce3469e5a9118767ca57aedeeeda Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20K=C3=A1cha?= <ph@cesnet.cz>
Date: Tue, 4 Jun 2013 18:45:56 +0200
Subject: [PATCH] Revert "Snaha o spravny revert"

This reverts commit 6d747ced87a0a30ee2754cfaae74486a2f30d546.
---
 src/contrib/warden-app/WardenApp/Constants.pm | 2 +-
 src/contrib/warden-app/bin/warden-receiver.pl | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/contrib/warden-app/WardenApp/Constants.pm b/src/contrib/warden-app/WardenApp/Constants.pm
index dfa1362..b81ea99 100644
--- a/src/contrib/warden-app/WardenApp/Constants.pm
+++ b/src/contrib/warden-app/WardenApp/Constants.pm
@@ -16,7 +16,7 @@ our %DEFAULTS =
                         GENERAL_method          =>  ( "stdout" ),
                         GENERAL_logfile         =>  "var/log/receiver.log",
                         GENERAL_wardenpath      =>  "/opt/warden/client",
-                        GENERAL_requested_type  =>  "_all_",
+                        GENERAL_requested_type  =>  "",
                         
                         FILE_directory          =>  "var/fileout/",
                         FILE_method             =>  "append",
diff --git a/src/contrib/warden-app/bin/warden-receiver.pl b/src/contrib/warden-app/bin/warden-receiver.pl
index bd58a69..2f587bd 100755
--- a/src/contrib/warden-app/bin/warden-receiver.pl
+++ b/src/contrib/warden-app/bin/warden-receiver.pl
@@ -13,7 +13,7 @@ use WardenApp::Constants;
 use constant GENERAL_CONFIG_FILE => "$Bin/../etc/receiver.conf";
 use constant DB_CONFIG_FILE => "$Bin/../etc/db.conf";
 use constant RECEIVER_SECTION => 'receiver';
-use constant DEFAULT_REQ_ALL => "_all_";
+use constant DEFAULT_REQ_ALL => undef;
 
 use constant TRUE   => 1;
 use constant FALSE  => 0;
-- 
GitLab