From 74d30a561c231eeef91fc7fee6ef728eef61aa29 Mon Sep 17 00:00:00 2001 From: default Date: Tue, 31 Jan 2023 18:33:45 +0100 Subject: Some symbol renaming. --- utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils.c') diff --git a/utils.c b/utils.c index 5639aa0..4bc1b01 100644 --- a/utils.c +++ b/utils.c @@ -103,7 +103,7 @@ int initdb(const char *basedir) srv_config = xs_json_loads(default_srv_config); - xs *layout = xs_number_new(db_layout); + xs *layout = xs_number_new(disk_layout); srv_config = xs_dict_set(srv_config, "layout", layout); printf("Network address [%s]:\n", xs_dict_get(srv_config, "address")); -- cgit v1.2.3