test: lock-auto
This commit is contained in:
parent
6ce1df2e5e
commit
daaeaa0039
2 changed files with 173 additions and 1 deletions
|
|
@ -733,7 +733,7 @@ yang_mymodule_get(yang_stmt *ys)
|
|||
map_ptr2ptr *mp = _yang_mymodule_map;
|
||||
|
||||
if (mp == NULL){
|
||||
clixon_log(NULL, LOG_WARNING, "mymodule_map not defined, yang_init() not called?");
|
||||
clixon_log(NULL, LOG_WARNING, "%s: mymodule_map not defined, yang_init() not called?", __FUNCTION__);
|
||||
return NULL;
|
||||
}
|
||||
else if (yang_flag_get(ys, YANG_FLAG_MYMODULE) == 0x0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue