1
0
mirror of synced 2026-01-30 05:04:00 +00:00

Remove redundant unMountImage call

This commit is contained in:
Axel Beckert
2013-01-17 20:55:42 +01:00
parent 987cf32458
commit a223eedf0b

View File

@@ -4117,14 +4117,6 @@ sub END
#
if ( $CONFIG{ 'boot' } and !$CONFIG{'FAIL'} )
{
#
# Unmount the image and any subsequent mounts.
#
if ( defined($MOUNT_POINT) ) {
unMountImage($MOUNT_POINT);
}
#
# If there is an /etc/xen/auto directory then link in the
# domain so that it will automatically restart, if it isn't