Formatting

This commit is contained in:
Olof hagsand 2024-05-19 10:04:20 +02:00
parent 37e9429ec8
commit 7a842846db
4 changed files with 2 additions and 5 deletions

View file

@ -354,7 +354,7 @@ yang_modules_state_get(clixon_handle h,
}
else { /* No cache -> build the tree */
if ((cb = cbuf_new()) == NULL){
clixon_err(OE_UNIX, 0, "clicon buffer");
clixon_err(OE_UNIX, 0, "cligen buffer");
goto done;
}
/* Build a cb string: <modules-state>... */