MXS-2271 Move disk space settings to a settings-container
This commit is contained in:
@ -1176,7 +1176,7 @@ json_t* Server::server_list_to_json(const char* host)
|
||||
|
||||
bool Server::set_disk_space_threshold(const char* disk_space_threshold)
|
||||
{
|
||||
MxsDiskSpaceThreshold dst;
|
||||
DiskSpaceLimits dst;
|
||||
bool rv = config_parse_disk_space_threshold(&dst, disk_space_threshold);
|
||||
if (rv)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user