Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
5baeba53
Commit
5baeba53
authored
Jun 08, 2017
by
Sergey Lyubka
Committed by
Cesanta Bot
Jun 09, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorg docs
PUBLISHED_FROM=657a53762ada0ab3fe715a15939eb510a637e37f
parent
3a3b4338
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
mongoose.c
mongoose.c
+3
-4
No files found.
mongoose.c
View file @
5baeba53
...
@@ -2783,10 +2783,6 @@ struct mg_connection *mg_bind_opt(struct mg_mgr *mgr, const char *address,
...
@@ -2783,10 +2783,6 @@ struct mg_connection *mg_bind_opt(struct mg_mgr *mgr, const char *address,
struct
mg_add_sock_opts
add_sock_opts
;
struct
mg_add_sock_opts
add_sock_opts
;
char
host
[
MG_MAX_HOST_LEN
];
char
host
[
MG_MAX_HOST_LEN
];
#if MG_ENABLE_CALLBACK_USERDATA
opts
.
user_data
=
user_data
;
#endif
MG_COPY_COMMON_CONNECTION_OPTIONS
(
&
add_sock_opts
,
&
opts
);
MG_COPY_COMMON_CONNECTION_OPTIONS
(
&
add_sock_opts
,
&
opts
);
#if MG_ENABLE_TUN
#if MG_ENABLE_TUN
...
@@ -2850,6 +2846,9 @@ struct mg_connection *mg_bind_opt(struct mg_mgr *mgr, const char *address,
...
@@ -2850,6 +2846,9 @@ struct mg_connection *mg_bind_opt(struct mg_mgr *mgr, const char *address,
}
}
mg_add_conn
(
nc
->
mgr
,
nc
);
mg_add_conn
(
nc
->
mgr
,
nc
);
#if MG_ENABLE_CALLBACK_USERDATA
(
void
)
user_data
;
#endif
return
nc
;
return
nc
;
}
}
...
...
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