We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72c171d + 41981c7 commit 7b389d6Copy full SHA for 7b389d6
orte/mca/oob/usock/oob_usock_connection.c
@@ -16,6 +16,7 @@
16
* Copyright (c) 2013-2015 Intel, Inc. All rights reserved.
17
* Copyright (c) 2014-2016 Research Organization for Information Science
18
* and Technology (RIST). All rights reserved.
19
+ * Copyright (c) 2016 IBM Corporation. All rights reserved.
20
* $COPYRIGHT$
21
*
22
* Additional copyrights may follow
@@ -759,6 +760,10 @@ void mca_oob_usock_peer_close(mca_oob_usock_peer_t *peer)
759
760
{
761
mca_oob_usock_send_t *snd;
762
763
+ if( NULL == peer ) {
764
+ return;
765
+ }
766
+
767
opal_output_verbose(OOB_USOCK_DEBUG_CONNECT, orte_oob_base_framework.framework_output,
768
"%s usock_peer_close for %s sd %d state %s",
769
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME),
0 commit comments