src/base/osaf_secutil.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/src/base/osaf_secutil.c b/src/base/osaf_secutil.c
--- a/src/base/osaf_secutil.c
+++ b/src/base/osaf_secutil.c
@@ -317,7 +317,7 @@ int osaf_auth_server_connect(const char 
                goto done;
        }
 
-       if (send(sock_fd, req_buf, req_size, 0) == -1) {
+       if (send(sock_fd, req_buf, req_size, MSG_NOSIGNAL) == -1) {
                TRACE_3("send failed - %s", strerror(errno));
                len = -errno;
                goto done;

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Opensaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to