Fix fixing of std::string object names
Comparing two fixed std::strings would have equal C strings but comparing with operator== they would be different. This was a result of the string modification done by fix_object_name. Converted the internal header into a C++ header, added std::string overload and fixed use of the function.
This commit is contained in:
@ -56,7 +56,7 @@
|
||||
|
||||
#include <debugcli.h>
|
||||
|
||||
#include "../../../core/internal/config.h"
|
||||
#include "../../../core/internal/config.hh"
|
||||
#include "../../../core/internal/config_runtime.h"
|
||||
#include "../../../core/internal/maxscale.h"
|
||||
#include "../../../core/internal/modules.h"
|
||||
|
Reference in New Issue
Block a user