summaryrefslogtreecommitdiff
path: root/lib/northbound_grpc.cpp
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2021-05-14 01:12:06 +0200
committerGitHub <noreply@github.com>2021-05-14 01:12:06 +0200
commitd8baf3db2d559fc13b3137ba9e3c6fa998f7e773 (patch)
tree7bb01bcf098421c5bdef61b932309ebfc9d8b9ad /lib/northbound_grpc.cpp
parentd390582e647f744d36d5be80a1fe7716d8bf0e50 (diff)
parent3bb513c399c2e7c8dd597b7399dd7c0f064842d0 (diff)
Merge pull request #8144 from LabNConsulting/chopps/ly2
libyang2
Diffstat (limited to 'lib/northbound_grpc.cpp')
-rw-r--r--lib/northbound_grpc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/northbound_grpc.cpp b/lib/northbound_grpc.cpp
index 58f4e42516..dc2d29c11d 100644
--- a/lib/northbound_grpc.cpp
+++ b/lib/northbound_grpc.cpp
@@ -1109,7 +1109,7 @@ class NorthboundImpl
}
}
- static int get_oper_data_cb(const struct lys_node *snode,
+ static int get_oper_data_cb(const struct lysc_node *snode,
struct yang_translator *translator,
struct yang_data *data, void *arg)
{