commit | 99d1ba0519b313ab1306a33c7d0f7a0a1d6edb0a | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Feb 21 15:11:24 2019 -0800 |
committer | Patrick Venture <venture@google.com> | Thu Feb 21 15:19:28 2019 -0800 |
tree | d9fef39fed57297cede53ef44fd1ccc5ecba2777 | |
parent | 489b8f4d229877acb19a70a15afed7a1ea60b236 [diff] |
user_mgmt: drop c_str() when param is std::string Do not use c_str() when parameter is std::string. Caught via cppcheck. Change-Id: Iad7c1296d8be363df10ccf9278231187d7d29052 Signed-off-by: Patrick Venture <venture@google.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.