C-API: changed singature to yang_mount_set(y), rm: yang_mount_yspec2ymnt

This commit is contained in:
Olof hagsand 2024-11-14 11:25:24 +01:00
parent ca695ea386
commit 27c821e3ce
3 changed files with 9 additions and 14 deletions

View file

@ -178,7 +178,7 @@ config_socket_init_unix(clixon_handle h,
clixon_err(OE_UNIX, errno, "lchown(%s, %s)", sock, config_group);
goto err;
}
clixon_debug(CLIXON_DBG_BACKEND, "Listen on server socket at %s", addr.sun_path);
clixon_debug(CLIXON_DBG_INIT, "Listen on server socket at %s", addr.sun_path);
if (listen(s, 5) < 0){
clixon_err(OE_UNIX, errno, "listen");
goto err;