Mir

Code review comment for lp:~kdub/mir/fix-1394362

Revision history for this message
Alexandros Frantzis (afrantzis) wrote :

39 + if (fd > 0)

The fd could also be 0 (not very likely, but possible).

41 BOOST_THROW_EXCEPTION(std::runtime_error("Receieved fewer fds than expected"));

Pre-existing typo: "Receieved"

review: Needs Fixing

« Back to merge proposal