Skip to content

Commit e188119

Browse files
committed
main UPDATE sysrepo updated
1 parent 73e2301 commit e188119

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ set(LIBNETCONF2_DEP_SOVERSION 5.0.0)
5454
set(LIBNETCONF2_DEP_SOVERSION_MAJOR 5)
5555

5656
# sysrepo required version
57-
set(SYSREPO_DEP_VERSION 4.0.0)
58-
set(SYSREPO_DEP_SOVERSION 8.0.0)
57+
set(SYSREPO_DEP_VERSION 4.2.0)
58+
set(SYSREPO_DEP_SOVERSION 8.2.0)
5959
set(SYSREPO_DEP_SOVERSION_MAJOR 8)
6060

6161
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -std=c99")

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ server_init(void)
803803
int rc;
804804

805805
/* disable printed context to keep parsed modules */
806-
sr_context_options(SR_CTX_NO_PRINTED);
806+
sr_context_options(SR_CTX_NO_PRINTED, NULL);
807807

808808
/* enable cache */
809809
sr_cache_running(1);

0 commit comments

Comments
 (0)