1
0
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:
Andrew Tridgell
2004-09-25 11:48:30 +00:00
committed by Gerald (Jerry) Carter
parent d79c7d41da
commit 223e78990a
8 changed files with 17 additions and 15 deletions

View File

@ -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;