summaryrefslogtreecommitdiff
path: root/rtslib/fabric.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtslib/fabric.py')
-rw-r--r--rtslib/fabric.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtslib/fabric.py b/rtslib/fabric.py
index 2a37b9e..3e82c8c 100644
--- a/rtslib/fabric.py
+++ b/rtslib/fabric.py
@@ -187,7 +187,7 @@ class _BaseFabricModule(CFSNode):
according to the spec, and returns a tuple of our preferred string
representation of the wwn, and what type it turned out to be.
'''
- return normalize_wwn(self.wwn_types, wwn, self.wwns)
+ return normalize_wwn(self.wwn_types, wwn)
def to_fabric_wwn(self, wwn):
'''