Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
4b33527f
Commit
4b33527f
authored
Nov 04, 2009
by
Hans Leidekker
Committed by
Alexandre Julliard
Nov 04, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpcrt4: Correct spelling of RPC_C_QOS_IDENTITY_STATIC and RPC_C_QOS_IDENTITY_DYNAMIC.
parent
9c3c49f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
rpc_transport.c
dlls/rpcrt4/rpc_transport.c
+1
-1
rpcdce.h
include/rpcdce.h
+2
-2
No files found.
dlls/rpcrt4/rpc_transport.c
View file @
4b33527f
...
@@ -214,7 +214,7 @@ static RPC_STATUS rpcrt4_conn_open_pipe(RpcConnection *Connection, LPCSTR pname,
...
@@ -214,7 +214,7 @@ static RPC_STATUS rpcrt4_conn_open_pipe(RpcConnection *Connection, LPCSTR pname,
dwFlags
|=
SECURITY_DELEGATION
;
dwFlags
|=
SECURITY_DELEGATION
;
break
;
break
;
}
}
if
(
Connection
->
QOS
->
qos
->
IdentityTracking
==
RPC_C_QOS_IDENTI
F
Y_DYNAMIC
)
if
(
Connection
->
QOS
->
qos
->
IdentityTracking
==
RPC_C_QOS_IDENTI
T
Y_DYNAMIC
)
dwFlags
|=
SECURITY_CONTEXT_TRACKING
;
dwFlags
|=
SECURITY_CONTEXT_TRACKING
;
}
}
pipe
=
CreateFileA
(
pname
,
GENERIC_READ
|
GENERIC_WRITE
,
0
,
NULL
,
pipe
=
CreateFileA
(
pname
,
GENERIC_READ
|
GENERIC_WRITE
,
0
,
NULL
,
...
...
include/rpcdce.h
View file @
4b33527f
...
@@ -158,8 +158,8 @@ typedef I_RPC_HANDLE *RPC_EP_INQ_HANDLE;
...
@@ -158,8 +158,8 @@ typedef I_RPC_HANDLE *RPC_EP_INQ_HANDLE;
#define RPC_C_IMP_LEVEL_DELEGATE 4
#define RPC_C_IMP_LEVEL_DELEGATE 4
/* values for RPC_SECURITY_QOS*::IdentityTracking */
/* values for RPC_SECURITY_QOS*::IdentityTracking */
#define RPC_C_QOS_IDENTI
F
Y_STATIC 0
#define RPC_C_QOS_IDENTI
T
Y_STATIC 0
#define RPC_C_QOS_IDENTI
F
Y_DYNAMIC 1
#define RPC_C_QOS_IDENTI
T
Y_DYNAMIC 1
/* flags for RPC_SECURITY_QOS*::Capabilities */
/* flags for RPC_SECURITY_QOS*::Capabilities */
#define RPC_C_QOS_CAPABILITIES_DEFAULT 0x0
#define RPC_C_QOS_CAPABILITIES_DEFAULT 0x0
...
...
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