summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSExport/ExportType/NBD_Squash.pm
diff options
context:
space:
mode:
authorOliver Tappe2007-06-07 17:27:21 +0200
committerOliver Tappe2007-06-07 17:27:21 +0200
commit0dbcbd69ba0e7d14f7cd6b4033c4ca1eeff536ef (patch)
tree72df2e91cec73e023889bd708ab21f57a6146de3 /installer/OpenSLX/OSExport/ExportType/NBD_Squash.pm
parenttypo.. (diff)
downloadcore-0dbcbd69ba0e7d14f7cd6b4033c4ca1eeff536ef.tar.gz
core-0dbcbd69ba0e7d14f7cd6b4033c4ca1eeff536ef.tar.xz
core-0dbcbd69ba0e7d14f7cd6b4033c4ca1eeff536ef.zip
* fixed incorrectly generated exportURI (still used the export-name instead
of the vendor-OS-name) [reported by Felix, thanks!] git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1155 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/OpenSLX/OSExport/ExportType/NBD_Squash.pm')
-rw-r--r--installer/OpenSLX/OSExport/ExportType/NBD_Squash.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/OpenSLX/OSExport/ExportType/NBD_Squash.pm b/installer/OpenSLX/OSExport/ExportType/NBD_Squash.pm
index bb26a619..e2a558bd 100644
--- a/installer/OpenSLX/OSExport/ExportType/NBD_Squash.pm
+++ b/installer/OpenSLX/OSExport/ExportType/NBD_Squash.pm
@@ -120,6 +120,7 @@ sub generateExportURI
{
my $self = shift;
my $export = shift;
+ my $vendorOS = shift;
my $server
= length($export->{server_ip})