Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 217051 Details for
Bug 238681
Bind ldap dlz support is broken
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix ldap-url string
bind-9.6.1-dlz-patch-ldap-url.patch (text/plain), 533 bytes, created by
Philipp Wehrheim
on 2010-01-21 07:51:31 UTC
(
hide
)
Description:
fix ldap-url string
Filename:
MIME Type:
Creator:
Philipp Wehrheim
Created:
2010-01-21 07:51:31 UTC
Size:
533 bytes
patch
obsolete
>--- bind-9.6.1/contrib/dlz/drivers/sdlz_helper.c.orig >+++ bind-9.6.1/contrib/dlz/drivers/sdlz_helper.c >@@ -166,12 +166,12 @@ > ISC_LIST_APPEND(*tql, tseg, link); > > /* >- * split string at the first "%". set query segment to >+ * split string at the first "$". set query segment to > * left portion > */ > tseg->sql = isc_mem_strdup(mctx, > isc_string_separate(&right_str, >- "%")); >+ "$")); > if (tseg->sql == NULL) { > /* no memory, clean everything up. */ > result = ISC_R_NOMEMORY;
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 238681
:
166406
|
217050
| 217051 |
217053