]> git.saurik.com Git - apt.git/commit
no error for non-existing mountpoints in MountCdrom
authorDavid Kalnischkies <david@kalnischkies.de>
Sun, 9 Mar 2014 13:38:07 +0000 (14:38 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Thu, 13 Mar 2014 12:58:45 +0000 (13:58 +0100)
commit454b97a57ff3b7ced87ac359658adecaae7af7ee
tree0cff9eabf2662c577220b52df070c698010163d2
parent79bde56ea93b396e509fff0ad7a490f949aa5aa4
no error for non-existing mountpoints in MountCdrom

The mountpoint might be auto-generated by the mount command so pushing
an error on the stack will confuse the following code and let it believe
an unrecoverable error occured while potentially everything is okay.

Same goes for umount as a non-existing mountpoint is by definition not
mounted.
apt-pkg/contrib/cdromutl.cc