summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSExport/BlockDevice/AoE.pm
diff options
context:
space:
mode:
Diffstat (limited to 'installer/OpenSLX/OSExport/BlockDevice/AoE.pm')
-rw-r--r--installer/OpenSLX/OSExport/BlockDevice/AoE.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/installer/OpenSLX/OSExport/BlockDevice/AoE.pm b/installer/OpenSLX/OSExport/BlockDevice/AoE.pm
index 2113ef5c..b0439a6d 100644
--- a/installer/OpenSLX/OSExport/BlockDevice/AoE.pm
+++ b/installer/OpenSLX/OSExport/BlockDevice/AoE.pm
@@ -49,6 +49,7 @@ sub initialize
$self->{'engine'} = $engine;
$self->{'fs'} = $fs;
+ return;
}
sub getExportPort
@@ -90,6 +91,7 @@ sub showExportConfigInfo
"... (don't know how this is done yet)"
);
print(('#' x 80) . "\n");
+ return;
}
1;