We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e2301 commit e188119Copy full SHA for e188119
CMakeLists.txt
@@ -54,8 +54,8 @@ set(LIBNETCONF2_DEP_SOVERSION 5.0.0)
54
set(LIBNETCONF2_DEP_SOVERSION_MAJOR 5)
55
56
# sysrepo required version
57
-set(SYSREPO_DEP_VERSION 4.0.0)
58
-set(SYSREPO_DEP_SOVERSION 8.0.0)
+set(SYSREPO_DEP_VERSION 4.2.0)
+set(SYSREPO_DEP_SOVERSION 8.2.0)
59
set(SYSREPO_DEP_SOVERSION_MAJOR 8)
60
61
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -std=c99")
src/main.c
@@ -803,7 +803,7 @@ server_init(void)
803
int rc;
804
805
/* disable printed context to keep parsed modules */
806
- sr_context_options(SR_CTX_NO_PRINTED);
+ sr_context_options(SR_CTX_NO_PRINTED, NULL);
807
808
/* enable cache */
809
sr_cache_running(1);
0 commit comments