From 3e576ff693dd85b5112eb1dd159a90881832f234 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Tue, 30 Aug 2011 13:00:49 +0200 Subject: Fix infinite loop in rdiff helper when version inconsistency is detected. --- handlers/rdiff.helper.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3