mirror of
https://github.com/samba-team/samba.git
synced 2025-12-24 04:23:53 +03:00
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
large commit. I thought this was worthwhile to get done for
consistency.
(This used to be commit ec32b22ed5)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
1e42cacf6a
commit
759da3b915
@@ -202,7 +202,7 @@ static NTSTATUS ipv4_accept(struct socket_context *sock, struct socket_context *
|
||||
* --metze
|
||||
*/
|
||||
|
||||
(*new_sock) = talloc_p(NULL, struct socket_context);
|
||||
(*new_sock) = talloc(NULL, struct socket_context);
|
||||
if (!(*new_sock)) {
|
||||
close(new_fd);
|
||||
return NT_STATUS_NO_MEMORY;
|
||||
|
||||
Reference in New Issue
Block a user