summaryrefslogtreecommitdiffstats
path: root/iscsi.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-06-04 14:03:07 +0000
committerChris Lumens <clumens@redhat.com>2007-06-04 14:03:07 +0000
commit2060e3fa074fb604abdf91a475ac3eca7fa18fe5 (patch)
tree54d71f178f4b8c3c2a55402baa2289c2ed02a484 /iscsi.py
parent485c4a30405704f8209b26c626c65657c795787d (diff)
downloadanaconda-2060e3fa074fb604abdf91a475ac3eca7fa18fe5.tar.gz
anaconda-2060e3fa074fb604abdf91a475ac3eca7fa18fe5.tar.xz
anaconda-2060e3fa074fb604abdf91a475ac3eca7fa18fe5.zip
portal -> self.portal (#242379).
Diffstat (limited to 'iscsi.py')
-rw-r--r--iscsi.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/iscsi.py b/iscsi.py
index 22c83b10e..4922b0a33 100644
--- a/iscsi.py
+++ b/iscsi.py
@@ -114,9 +114,9 @@ class iscsiTarget:
ret = False
for node in self.nodes:
- if _login(node, portal):
+ if _login(node, self.portal):
ret = True
- _autostart(node, portal)
+ _autostart(node, self.portal)
# we return True if there were any successful logins for our portal.
return ret