Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
257bf68f
Commit
257bf68f
authored
Aug 10, 2008
by
Rob Shearman
Committed by
Alexandre Julliard
Aug 18, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpcss: Register the endpoint for the ncalrpc protseq for the endpoint mapper.
parent
a80a6353
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
rpcss_main.c
programs/rpcss/rpcss_main.c
+7
-0
No files found.
programs/rpcss/rpcss_main.c
View file @
257bf68f
...
...
@@ -68,6 +68,8 @@ static BOOL RPCSS_Initialize(void)
static
unsigned
short
irot_endpoint
[]
=
IROT_ENDPOINT
;
static
unsigned
short
epm_protseq
[]
=
{
'n'
,
'c'
,
'a'
,
'c'
,
'n'
,
'_'
,
'n'
,
'p'
,
0
};
static
unsigned
short
epm_endpoint
[]
=
{
'\\'
,
'p'
,
'i'
,
'p'
,
'e'
,
'\\'
,
'e'
,
'p'
,
'm'
,
'a'
,
'p'
,
'p'
,
'e'
,
'r'
,
0
};
static
unsigned
short
epm_protseq_lrpc
[]
=
{
'n'
,
'c'
,
'a'
,
'l'
,
'r'
,
'p'
,
'c'
,
0
};
static
unsigned
short
epm_endpoint_lrpc
[]
=
{
'e'
,
'p'
,
'm'
,
'a'
,
'p'
,
'p'
,
'e'
,
'r'
,
0
};
RPC_STATUS
status
;
WINE_TRACE
(
"
\n
"
);
...
...
@@ -87,6 +89,11 @@ static BOOL RPCSS_Initialize(void)
if
(
status
!=
RPC_S_OK
)
goto
fail
;
status
=
RpcServerUseProtseqEpW
(
epm_protseq_lrpc
,
RPC_C_PROTSEQ_MAX_REQS_DEFAULT
,
epm_endpoint_lrpc
,
NULL
);
if
(
status
!=
RPC_S_OK
)
goto
fail
;
status
=
RpcServerUseProtseqEpW
(
irot_protseq
,
RPC_C_PROTSEQ_MAX_REQS_DEFAULT
,
irot_endpoint
,
NULL
);
if
(
status
!=
RPC_S_OK
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment