]> git.sur5r.net Git - bacula/bacula/commit
Fix bug #1975 new label ignored when first is duplicate.
authorMarco van Wieringen <mvw@planets.elm.net>
Wed, 9 Jan 2013 15:10:10 +0000 (16:10 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:51:07 +0000 (14:51 +0200)
commitbceea46c4bb5bbec7a169ee4cee9343028863b0b
treef7228d7d4c55b86aeb459d12d683152fbd445681
parent816e95d8ffaadeb79d6479751a3945ac137f5433
Fix bug #1975 new label ignored when first is duplicate.

When labelling a new volume, if an existing volume name is entered,
subsequent entries are ignored and the original one is attempted
each time.

After the first call to db_get_media_record the MediaId of the media
record is set and as such it will keep searching on MediaId instead
of using the new entered named. So clear the MediaId and set the
VolumeName and the call db_get_media_record so it will actually search
for the new name and not for the already existing mediaid of the
duplicate name entered before.
bacula/src/dird/ua_label.c