You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Greg Mann <gr...@mesosphere.io> on 2017/04/04 14:09:20 UTC

Review Request 58173: Fixed 'CombinedAuthenticator' to avoid an extra copy.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58173/
-----------------------------------------------------------

Review request for mesos and Anand Mazumdar.


Repository: mesos


Description
-------

This patch adds a missing call to `std::move` in the constructor
for `CombinedAuthenticatorProcess` to avoid an unnecessary copy.


Diffs
-----

  src/authentication/http/combined_authenticator.cpp c734e7672e96087fa715501cfc594a0165f5bce7 


Diff: https://reviews.apache.org/r/58173/diff/1/


Testing
-------

`make && bin/mesos-tests.sh --gtest_filter="CombinedAuthenticatorTest.MultipleAuthenticators"`


Thanks,

Greg Mann