mirror of
https://github.com/samba-team/samba.git
synced 2025-10-26 23:33:15 +03:00
r1280: rename struct request_context to smbsrv_request
metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
99473fab4b
commit
a85d2db582
@@ -87,7 +87,7 @@ static void terminate_rpc_connection(void *r, const char *reason)
|
||||
rpc_server_terminate(r);
|
||||
}
|
||||
|
||||
static int get_id(struct request_context *req)
|
||||
static int get_id(struct smbsrv_request *req)
|
||||
{
|
||||
return (int)req->smb_ctx->pid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user