From c27b211f24976216fc0f2ab8dea245ae7d934bc7 Mon Sep 17 00:00:00 2001 From: Tomasz Gromadzki Date: Wed, 24 Jan 2024 07:11:18 +0100 Subject: [PATCH] common: fix rollback changes to PMEMOBJ_CONF Signed-off-by: Tomasz Gromadzki --- src/common/ctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/ctl.c b/src/common/ctl.c index 28346eed1cc..b86690fb814 100644 --- a/src/common/ctl.c +++ b/src/common/ctl.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -/* Copyright 2016-2024, Intel Corporation */ +/* Copyright 2016-2023, Intel Corporation */ /* * ctl.c -- implementation of the interface for examination and modification of @@ -13,7 +13,7 @@ #define MAX_CONFIG_FILE_LEN (1 << 20) /* 1 megabyte */ -#define CTL_STRING_QUERY_SEPARATOR ";:" +#define CTL_STRING_QUERY_SEPARATOR ";" #define CTL_NAME_VALUE_SEPARATOR "=" #define CTL_QUERY_NODE_SEPARATOR "." #define CTL_VALUE_ARG_SEPARATOR ","