Re-add option CLICON_NETCONF_DUPLICATE_ALLOW

This commit is contained in:
Olof hagsand 2024-06-24 08:40:36 +02:00
parent c2841d6e40
commit 9a553bdcaa
4 changed files with 17 additions and 2 deletions

View file

@ -383,7 +383,7 @@ yang_ref_dec(yang_stmt *ys)
if (ys->ys_ref > 0)
ys->ys_ref--;
retval = 0;
done:
// done:
return retval;
}