Skip to content
Snippets Groups Projects
Commit 87d760be authored by Daniele Kruse's avatar Daniele Kruse
Browse files

Removed unnecessary trailing slash in the mocknameserver base path

parent 8750db7a
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,6 @@ int main(void) {
strncpy(path, "/tmp/CTAMockNSXXXXXX", 100);
cta::exception::Errnum::throwOnNull(mkdtemp(path), "MockNameServer() - Failed to create temporary directory");
std::string pathString(path);
pathString+="/";
std::stringstream uidss;
uidss << getuid();
std::stringstream gidss;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment