git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5723
91ce42f0-d328-0410-95d8-
f526ca767f89
}
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;
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.