]> git.saurik.com Git - apt.git/commitdiff
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)
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.


No differences found