From: Eric Bollengier Date: Sun, 21 Oct 2007 17:36:17 +0000 (+0000) Subject: ebl Apply 2.2.4-replace.patch to fix replace option on restore. X-Git-Tag: Release-2.2.6~22 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cffe30171b934386153de9a0b28f79b890f91a00;p=bacula%2Fbacula 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 --- 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;