1
0
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:
Stefan Metzmacher
2004-06-28 08:39:00 +00:00
committed by Gerald (Jerry) Carter
parent 99473fab4b
commit a85d2db582
28 changed files with 373 additions and 373 deletions

View File

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