Univention Bugzilla – Attachment 4254 Details for
Bug 26367
Typo in einer Fehlerbehandlung bei unbekannten Objekten
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix typo in error handling
fix-error-handling-unknown-obj.patch (text/plain), 463 bytes, created by
Andreas Büsching
on 2012-03-06 09:22:50 CET
(
hide
)
Description:
fix typo in error handling
Filename:
MIME Type:
Creator:
Andreas Büsching
Created:
2012-03-06 09:22:50 CET
Size:
463 bytes
patch
obsolete
>Index: umc/python/udm/udm_ldap.py >=================================================================== >--- umc/python/udm/udm_ldap.py (Revision 31258) >+++ umc/python/udm/udm_ldap.py (Arbeitskopie) >@@ -872,7 +872,7 @@ > continue > module = UDM_Module( modules[ 0 ] ) > >- if not module: >+ if not module.module: > MODULE.process( 'The UDM module %s could not be found. Ignoring LDAP object %s' % ( modules[ 0 ], dn ) ) > continue > if module.superordinate:
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 26367
: 4254