]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Fix 969 where user can't change Replace option in restore menu.
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 4 Oct 2007 18:17:53 +0000 (18:17 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 4 Oct 2007 18:17:53 +0000 (18:17 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5723 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/dird/ua_run.c
bacula/technotes-2.3

index 4f5f86a66bfd5581593fd2d8df423340b924a16c..e90bfda084582f90e5cee758f59d62d71e81f934 100644 (file)
@@ -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;
index 3e3373e7bdb2866664a48d1123d8cf8153ec2952..af38df92f74e48ec9f8b1db45847aa5234f7ad9b 100644 (file)
@@ -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.