Skip to content
Snippets Groups Projects
Commit e245f932 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

manager: remove useless prefix

Refs #59868

Change-Id: Ic04610b8bacb7420a9918a53ff913d5d5904b895
parent 2cd4de46
No related branches found
No related tags found
No related merge requests found
...@@ -2490,7 +2490,6 @@ ManagerImpl::getNewCallID() ...@@ -2490,7 +2490,6 @@ ManagerImpl::getNewCallID()
// generate something like s7ea037947eb9fb2f // generate something like s7ea037947eb9fb2f
do { do {
random_id.clear(); random_id.clear();
random_id << "s";
random_id << rand_call_id(rand_); random_id << rand_call_id(rand_);
} while (isValidCall(random_id.str())); } while (isValidCall(random_id.str()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment