From 625c8078c36022f1ecdf22f197092f969d7f4c9c Mon Sep 17 00:00:00 2001 From: Nathan Hjelm Date: Thu, 7 Jun 2012 19:21:23 +0000 Subject: [PATCH] oob/ud: fix typo This commit was SVN r26569. --- orte/mca/oob/ud/oob_ud_req.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/mca/oob/ud/oob_ud_req.c b/orte/mca/oob/ud/oob_ud_req.c index 031dd3b872..8256c45f5b 100644 --- a/orte/mca/oob/ud/oob_ud_req.c +++ b/orte/mca/oob/ud/oob_ud_req.c @@ -105,7 +105,7 @@ int mca_oob_ud_msg_get (struct mca_oob_ud_port_t *port, mca_oob_ud_req_t *req, memset ((*msgp)->hdr, 0, sizeof (*((*msgp)->hdr))); - mca_oob_ud_fill_sge (&(*msgp)->sge, (*msgp)->hdr, 2048, (*msgp)->mr->lkey); + mca_oob_ud_fill_sge (&(*msgp)->sge, (*msgp)->hdr, port->mtu, (*msgp)->mr->lkey); mca_oob_ud_fill_send_wr (&(*msgp)->wr, &(*msgp)->sge, 1, peer); /* set return address */