mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
parent
893c62d383
commit
24f972a071
@ -815,13 +815,10 @@ void smbd_process_async(struct smbsrv_connection *smb_conn)
|
||||
void smbsrv_accept(struct server_connection *conn)
|
||||
{
|
||||
struct smbsrv_connection *smb_conn;
|
||||
TALLOC_CTX *mem_ctx;
|
||||
char *socket_addr;
|
||||
|
||||
DEBUG(5,("smbsrv_accept\n"));
|
||||
|
||||
mem_ctx = talloc_init("smbsrv_context");
|
||||
|
||||
smb_conn = talloc_p(conn, struct smbsrv_connection);
|
||||
if (!smb_conn) return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user