Commit 74b3416a authored by Claes Sjofors's avatar Claes Sjofors

Runtime Monitor, problem with restart timeout fixed

parent 24833c58
...@@ -6407,7 +6407,7 @@ soap_init(struct soap *soap) ...@@ -6407,7 +6407,7 @@ soap_init(struct soap *soap)
soap->accept_timeout = 0; soap->accept_timeout = 0;
soap->socket_flags = 0; soap->socket_flags = 0;
soap->connect_flags = 0; soap->connect_flags = 0;
soap->bind_flags = 0; soap->bind_flags = SO_REUSEADDR;
soap->accept_flags = 0; soap->accept_flags = 0;
soap->ip = 0; soap->ip = 0;
soap->labbuf = NULL; soap->labbuf = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment