Univention Bugzilla – Attachment 7032 Details for
Bug 38979
variable 'new_interface' referenced before assignment
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
38979.patch (text/plain), 1010 bytes, created by
Florian Best
on 2015-07-20 10:07:13 CEST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2015-07-20 10:07:13 CEST
Size:
1010 bytes
patch
obsolete
>diff --git a/ucs-4.0-2/management/univention-management-console-module-adtakeover/umc/python/adtakeover/takeover.py b/ucs-4.0-2/management/univention-management-console-module-adtakeover/umc/python/adtakeover/takeover.py >index 76b72a3..e0b8d7d 100755 >--- a/ucs-4.0-2/management/univention-management-console-module-adtakeover/umc/python/adtakeover/takeover.py >+++ b/ucs-4.0-2/management/univention-management-console-module-adtakeover/umc/python/adtakeover/takeover.py >@@ -1587,12 +1587,12 @@ def create_virtual_IP_alias(self): > ## Determine primary network interface, UCS 3.0-2 style: > ip_version = determine_IP_version(self.ad_server_ip) > >+ new_interface = None > if not ip_version: > msg=[] > msg.append("Error: Parsing AD server address failed") > msg.append(" Failed to setup a virtual network interface with the AD IP address.") > log.error("\n".join(msg)) >- new_interface = None > elif ip_version == 4: > for i in xrange(4): > if "interfaces/eth%s/address" % i in self.ucr:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 38979
: 7032