Index: read.c =================================================================== --- read.c (revision 30942) +++ read.c (revision 30943) @@ -384,7 +384,7 @@ return -1; if (cfg_dest != CFR_invalid) - pcb_conf_set(cfg_dest, path, -1, nd->data.text.value, POL_OVERWRITE); + pcb_conf_set(cfg_dest, path, -1, nd->data.text.value, RND_POL_OVERWRITE); return 0; }