MXS-2208 Move trim-functions from maxscale to maxbase
log.h now includes string.hh, which is conceptually wrong, but log.h will shortly disappear and be superceded by log.hh.
This commit is contained in:
@ -2113,7 +2113,7 @@ int execute_cmd(CLI_SESSION* cli)
|
||||
bool in_space = false;
|
||||
int nskip = 0;
|
||||
|
||||
args[0] = trim_leading(cli->cmdbuf);
|
||||
args[0] = mxb::ltrim(cli->cmdbuf);
|
||||
ptr = args[0];
|
||||
lptr = ptr;
|
||||
i = 1;
|
||||
|
Reference in New Issue
Block a user