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
ce3ce9be
Commit
ce3ce9be
authored
Mar 26, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpcrt4: Disable HTTP support if we don't have socketpair and related networking functions.
parent
836d9af1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
rpc_transport.c
dlls/rpcrt4/rpc_transport.c
+2
-3
No files found.
dlls/rpcrt4/rpc_transport.c
View file @
ce3ce9be
...
...
@@ -1414,8 +1414,6 @@ static int rpcrt4_protseq_sock_wait_for_new_connection(RpcServerProtseq *protseq
return
1
;
}
#endif
/* HAVE_SOCKETPAIR */
static
RPC_STATUS
rpcrt4_ncacn_ip_tcp_parse_top_of_tower
(
const
unsigned
char
*
tower_data
,
size_t
tower_size
,
char
**
networkaddr
,
...
...
@@ -2364,6 +2362,7 @@ static RPC_STATUS rpcrt4_ncacn_http_parse_top_of_tower(const unsigned char *towe
networkaddr
,
EPM_PROTOCOL_HTTP
,
endpoint
);
}
#endif
/* HAVE_SOCKETPAIR */
static
const
struct
connection_ops
conn_protseq_list
[]
=
{
{
"ncacn_np"
,
...
...
@@ -2409,7 +2408,6 @@ static const struct connection_ops conn_protseq_list[] = {
rpcrt4_ncacn_ip_tcp_parse_top_of_tower
,
NULL
,
},
#endif
{
"ncacn_http"
,
{
EPM_PROTOCOL_NCACN
,
EPM_PROTOCOL_HTTP
},
rpcrt4_ncacn_http_alloc
,
...
...
@@ -2424,6 +2422,7 @@ static const struct connection_ops conn_protseq_list[] = {
rpcrt4_ncacn_http_parse_top_of_tower
,
rpcrt4_ncacn_http_receive_fragment
,
},
#endif
};
...
...
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