From cffe30171b934386153de9a0b28f79b890f91a00 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sun, 21 Oct 2007 17:36:17 +0000 Subject: [PATCH] ebl Apply 2.2.4-replace.patch to fix replace option on restore. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@5774 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/dird/ua_run.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bacula/src/dird/ua_run.c b/bacula/src/dird/ua_run.c index 4f5f86a66b..e90bfda084 100644 --- a/bacula/src/dird/ua_run.c +++ b/bacula/src/dird/ua_run.c @@ -424,6 +424,7 @@ try_again: } opt = do_prompt(ua, "", _("Select replace option"), NULL, 0); if (opt >= 0) { + rc.replace = ReplaceOptions[opt].name; jcr->replace = ReplaceOptions[opt].token; } goto try_again; -- 2.39.5