Commit efb57da2 authored by Dan Melnic's avatar Dan Melnic Committed by Facebook GitHub Bot

Fix sendmmsg wrapper

Summary: Fix sendmmsg wrapper

Reviewed By: yfeldblum

Differential Revision: D21513176

fbshipit-source-id: ddc1bdd93801136994ef62fd5793da7371e9e22a
parent fe4c0d46
......@@ -412,6 +412,8 @@ int sendmmsg(
}
return static_cast<int>(ret);
} else {
msgvec[i].msg_len = ret;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment