The Samba-Bugzilla – Attachment 2880 Details for
Bug 4917
High winbind memory usage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
4917.diff (text/plain), 938 bytes, created by
Volker Lendecke
on 2007-08-24 06:27:16 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2007-08-24 06:27:16 UTC
Size:
938 bytes
patch
obsolete
>Index: source/nsswitch/idmap_ldap.c >=================================================================== >--- source/nsswitch/idmap_ldap.c (Revision 24648) >+++ source/nsswitch/idmap_ldap.c (Revision 24649) >@@ -894,7 +894,7 @@ > uidNumber = get_attr_key2string(idpool_attr_list, LDAP_ATTR_UIDNUMBER); > gidNumber = get_attr_key2string(idpool_attr_list, LDAP_ATTR_GIDNUMBER); > >- attr_list = get_attr_list(ctx, sidmap_attr_list); >+ attr_list = get_attr_list(memctx, sidmap_attr_list); > > if ( ! ids[1]) { > /* if we are requested just one mapping use the simple filter */ >@@ -1111,7 +1111,7 @@ > uidNumber = get_attr_key2string(idpool_attr_list, LDAP_ATTR_UIDNUMBER); > gidNumber = get_attr_key2string(idpool_attr_list, LDAP_ATTR_GIDNUMBER); > >- attr_list = get_attr_list(ctx, sidmap_attr_list); >+ attr_list = get_attr_list(memctx, sidmap_attr_list); > > if ( ! ids[1]) { > /* if we are requested just one mapping use the simple filter */
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 Raw
Actions:
View
Attachments on
bug 4917
: 2880 |
2907
|
2908