From cf0e2ac5d5efba9bbc2efc79901467fd94cf3f15 Mon Sep 17 00:00:00 2001
From: Micah Anderson <micah@riseup.net>
Date: Tue, 31 Jan 2006 17:35:46 +0000
Subject: [PATCH] Removed vsnames variable check as it is "over-paranoid" :)

---
 handlers/rdiff | 1 -
 1 file changed, 1 deletion(-)

diff --git a/handlers/rdiff b/handlers/rdiff
index adc4b5d..4871d4e 100644
--- a/handlers/rdiff
+++ b/handlers/rdiff
@@ -109,7 +109,6 @@ if [ $vservers_are_available = yes ]; then
    fi
 else
    [ -z "$vsinclude" ] || warning 'vservers support disabled in backupninja.conf, vsincludes configuration lines will be ignored'
-   [ -z "$vsnames" ] || warning 'vservers support disabled in backupninja.conf, vsnames configuration line will be ignored'   
 fi
 
 # check the connection at the source and destination
-- 
GitLab