Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
edd78e88
Commit
edd78e88
authored
Jun 10, 2022
by
Antoine Kaufmann
Browse files
dist: BasePeerSendIntro don't return error if peer not ready
parent
ced8b8d1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dist/common/base.c
dist/common/base.c
+1
-1
No files found.
dist/common/base.c
View file @
edd78e88
...
...
@@ -215,7 +215,7 @@ int BasePeerSendIntro(struct Peer *peer) {
fprintf
(
stderr
,
"PeerNetSetupQueues: socket not ready yet, delaying "
"send
\n
"
);
#endif
return
1
;
return
0
;
}
int
shm_fd
=
(
peer
->
is_listener
?
peer
->
shm_fd
:
-
1
);
...
...
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