Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arne Øslebø
mapi
Commits
05b2afa5
Commit
05b2afa5
authored
May 19, 2006
by
Browse files
fix
git-svn-id:
file:///home/svn/mapi/trunk@532
8d5bb341-7cf1-0310-8cf6-ba355fef3186
parent
4826428f
Changes
1
Hide whitespace changes
Inline
Side-by-side
mapiipc.c
View file @
05b2afa5
...
...
@@ -120,7 +120,7 @@ int mapiipc_remote_write_to_all(remote_flowdescr_t* rflow)
for
(
fnode
=
flist_head
(
rflow
->
host_flowlist
);
fnode
!=
NULL
;
fnode
=
flist_next
(
fnode
))
{
hflow
=
(
host_flow
*
)
fnode
->
data
;
hflow
->
dbuf
->
fd
=
hflow
->
fd
;
if
(
!
mapiipc_remote_write
(
hflow
->
dbuf
,
hflow
->
rhost
))
return
-
1
;
if
(
mapiipc_remote_write
(
hflow
->
dbuf
,
hflow
->
rhost
)
<
0
)
return
-
1
;
rflow
->
pending_msgs
++
;
}
pthread_mutex_unlock
(
&
rflow
->
mutex
);
...
...
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