Univention Bugzilla – Attachment 6721 Details for
Bug 37832
AttributeError: 'NoneType' object has no attribute 'find' when changing IP/MAC addresses
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
37832.patch (text/plain), 784 bytes, created by
Florian Best
on 2015-02-26 09:30:11 CET
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2015-02-26 09:30:11 CET
Size:
784 bytes
patch
obsolete
>diff --git a/ucs-4.0-1/management/univention-directory-manager-modules/modules/univention/admin/handlers/__init__.py b/ucs-4.0-1/management/univention-directory-manager-modules/modules/univention/admin/handlers/__init__.py >index 57fe579..1d2d2a8 100644 >--- a/ucs-4.0-1/management/univention-directory-manager-modules/modules/univention/admin/handlers/__init__.py >+++ b/ucs-4.0-1/management/univention-directory-manager-modules/modules/univention/admin/handlers/__init__.py >@@ -2003,7 +2003,7 @@ def _ldap_post_modify( self ): > ip = self['ip'][0] > self.__add_dns_forward_object( self[ 'name' ], dn, ip ) > self.__add_related_ptrrecords(dn, ip) >- else: >+ elif ip: > self.__add_dns_forward_object( self[ 'name' ], dn, ip ) > self.__add_related_ptrrecords(dn, ip) >
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 37832
:
6721