mirror of
https://github.com/samba-team/samba.git
synced 2025-07-29 15:42:04 +03:00
r2628: got rid of some warnings and converted a few more places to use hierarchical memory allocation
(This used to be commit 26da45a801
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
d79c7d41da
commit
223e78990a
@ -612,7 +612,7 @@ static void ldapsrv_accept(struct server_connection *conn)
|
||||
|
||||
DEBUG(5, ("ldapsrv_accept\n"));
|
||||
|
||||
ldap_conn = talloc_p(NULL, struct ldapsrv_connection);
|
||||
ldap_conn = talloc_p(conn, struct ldapsrv_connection);
|
||||
|
||||
if (ldap_conn == NULL)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user