1
1

Fix typo that broke the build.

This commit was SVN r16635.
Этот коммит содержится в:
Jeff Squyres 2007-11-02 09:19:55 +00:00
родитель 27a748e7eb
Коммит a4d571f8ad

Просмотреть файл

@ -670,7 +670,7 @@ int mca_btl_ud_module_init(mca_btl_ud_module_t *ud_btl)
length = sizeof(mca_btl_ud_frag_t) +
sizeof(mca_btl_ud_header_t) + 2 * MCA_BTL_IB_FRAG_ALIGN;
length_paylod = sizeof(mca_btl_ud_frag_t) +
length_payload = sizeof(mca_btl_ud_frag_t) +
sizeof(mca_btl_ud_header_t) + 2 * MCA_BTL_IB_FRAG_ALIGN-
sizeof(mca_btl_ud_user_frag_t);