It previously printed New Recyle flag is: no. This fixes bug
#917.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5299
91ce42f0-d328-0410-95d8-
f526ca767f89
ua->error_msg("%s", db_strerror(ua->db));
} else {
ua->info_msg(_("New Recycle flag is: %s\n"),
- mr->Recycle==1?_("yes"):_("no"));
+ recycle==1?_("yes"):_("no"));
}
}
ua->error_msg("%s", db_strerror(ua->db));
} else {
ua->info_msg(_("New InChanger flag is: %s\n"),
- mr->InChanger==1?_("yes"):_("no"));
+ InChanger==1?_("yes"):_("no"));
}
}
Technical notes on version 2.1
General:
+07Aug07
+kes Fix display of Recycle flag after update volume=foo recycle=yes.
+ It previously printed New Recyle flag is: no. This fixes bug
+ #917.
06Aug07
kes Correct seg fault when switching tape drives during restore.
kes Commit uid_gid_name.c (replacement for idcache.c), but will not