diff options
author | default <nobody@localhost> | 2023-01-31 18:33:45 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-01-31 18:33:45 +0100 |
commit | 74d30a561c231eeef91fc7fee6ef728eef61aa29 (patch) | |
tree | 326f89d57b1675d2bf417c517abe9878591764e5 /utils.c | |
parent | 2d7074aeb0b4a2f824336f5a131afda798e6fc6b (diff) |
Some symbol renaming.
Diffstat (limited to 'utils.c')
-rw-r--r-- | utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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")); |