Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
openldap2-client.29147
0215-ITS-9409-saslauthz-use-slap_sl_free-in-pre...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0215-ITS-9409-saslauthz-use-slap_sl_free-in-prev-commit.patch of Package openldap2-client.29147
From 5d02df9d127e446b1a6bc1386adb562be4905ff1 Mon Sep 17 00:00:00 2001 From: Howard Chu <hyc@openldap.org> Date: Mon, 30 Nov 2020 16:20:18 +0000 Subject: [PATCH 215/222] ITS#9409 saslauthz: use slap_sl_free in prev commit --- servers/slapd/saslauthz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/slapd/saslauthz.c b/servers/slapd/saslauthz.c index f36861281..237a2fa72 100644 --- a/servers/slapd/saslauthz.c +++ b/servers/slapd/saslauthz.c @@ -860,7 +860,7 @@ done: if ( lud_dn ) { if ( ludp->lud_dn != lud_dn ) { - ch_free( ludp->lud_dn ); + slap_sl_free( ludp->lud_dn, ctx ); } ludp->lud_dn = lud_dn; } -- 2.30.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor