aboutsummaryrefslogtreecommitdiffstats
path: root/src/uri/vppcom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uri/vppcom.c')
-rw-r--r--src/uri/vppcom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uri/vppcom.c b/src/uri/vppcom.c
index c7ae0ea5eff..8aeb9dafa6d 100644
--- a/src/uri/vppcom.c
+++ b/src/uri/vppcom.c
@@ -1474,7 +1474,7 @@ vppcom_cfg_read (char *conf_fname)
goto file_done;
}
- unformat_init_unix_file (input, fd);
+ unformat_init_clib_file (input, fd);
while (unformat_check_input (input) != UNFORMAT_END_OF_INPUT)
{