aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2011-08-30 13:00:49 +0200
committerintrigeri <intrigeri@boum.org>2011-08-30 13:00:49 +0200
commit3e576ff693dd85b5112eb1dd159a90881832f234 (patch)
tree962c89eb4ff3ce0aa84d0c48d22128dcacb3cc9d
parent9d8d89fd0234a498992ef08d2871229b346f2434 (diff)
downloadbackupninja-3e576ff693dd85b5112eb1dd159a90881832f234.tar.gz
backupninja-3e576ff693dd85b5112eb1dd159a90881832f234.tar.bz2
Fix infinite loop in rdiff helper when version inconsistency is detected.
-rw-r--r--handlers/rdiff.helper.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/rdiff.helper.in b/handlers/rdiff.helper.in
index 039799e..1597305 100644
--- a/handlers/rdiff.helper.in
+++ b/handlers/rdiff.helper.in
@@ -265,7 +265,7 @@ do_rdiff_con() {
fi
fi
else
- msgBox "incompatible versions of rdiff-backup" "It looks like rdiff-backup is installed on the remote machine, but it may be an incompatible version with the one installed locally, or something else is amiss.\n\nPlease resolve this problem and then try connecting again.\n\n\nTry connecting again?"
+ booleanBox "incompatible versions of rdiff-backup" "It looks like rdiff-backup is installed on the remote machine, but it may be an incompatible version with the one installed locally, or something else is amiss.\n\nPlease resolve this problem and then try connecting again.\n\n\nTry connecting again?"
if [ $? = 0 ]; then
do_rdiff_con
else