[PVFS2-CVS] commit by walt in pvfs2-1/src/common/misc: msgpairarray.sm

CVS commit program cvs at parl.clemson.edu
Wed Jul 13 12:45:53 EDT 2005


Update of /projects/cvsroot/pvfs2-1/src/common/misc
In directory parlweb:/tmp/cvs-serv31772/src/common/misc

Modified Files:
	msgpairarray.sm 
Log Message:
fixed error reporting for gethostbyname in BMI-TCP
also fixed simple omissions and errors in related code


Index: msgpairarray.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/common/misc/msgpairarray.sm,v
diff -p -u -r1.28 -r1.29
--- msgpairarray.sm	31 Mar 2005 19:12:55 -0000	1.28
+++ msgpairarray.sm	13 Jul 2005 15:45:53 -0000	1.29
@@ -361,7 +361,7 @@ static int msgpairarray_post(PARENT_SM *
             else
             {
                 PVFS_perror_gossip("Send immediately failed",
-                    msg_p->recv_status.error_code);
+                    msg_p->send_status.error_code);
             }
 
             gossip_err("Send error: cancelling recv.\n");



More information about the PVFS2-CVS mailing list