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
63baa9fe
Commit
63baa9fe
authored
May 19, 2006
by
Browse files
fix
git-svn-id:
file:///home/svn/mapi/trunk@533
8d5bb341-7cf1-0310-8cf6-ba355fef3186
parent
05b2afa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
mapi.c
View file @
63baa9fe
...
...
@@ -577,10 +577,7 @@ int mapi_create_flow(const char *dev)
if
((
get_numflows
()
==
0
)
&&
(
get_totalflows
()
>
0
)
&&
minit
)
{
// socket has been closed, re-create it
pthread_spin_lock
(
&
mapi_lock
);
if
(
mapiipc_client_init
()
<
0
)
{
pthread_spin_unlock
(
&
mapi_lock
);
return
-
1
;
}
mapiipc_client_init
();
pthread_spin_unlock
(
&
mapi_lock
);
}
...
...
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