From 65549ebe6fc74dae3ba4ef9d158c17056cf2390a Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 4 Oct 2007 18:17:53 +0000 Subject: [PATCH] ebl Fix 969 where user can't change Replace option in restore menu. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5723 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/dird/ua_run.c | 1 + bacula/technotes-2.3 | 3 +++ 2 files changed, 4 insertions(+) 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; diff --git a/bacula/technotes-2.3 b/bacula/technotes-2.3 index 3e3373e7bd..af38df92f7 100644 --- a/bacula/technotes-2.3 +++ b/bacula/technotes-2.3 @@ -1,6 +1,9 @@ Technical notes on version 2.3 General: +04Oct07 +ebl Fix #969 where user can't change Replace option in + restore menu. 30Sep07 kes Save jcr in thread specific data (tsd) for each thread. kes Make Dmsg() print JobId as -%u. -- 2.39.5