Skip to content

Commit

Permalink
examples BUGFIX change diff to data
Browse files Browse the repository at this point in the history
  • Loading branch information
roman committed Jul 24, 2023
1 parent ffad3e0 commit 780d2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ init(struct ly_ctx **context, struct nc_pollsession **ps, const char *path, NC_T
}

/* apply the created configuration data */
rc = nc_server_config_setup_diff(config);
rc = nc_server_config_setup_data(config);
if (rc) {
ERR_MSG_CLEANUP("Application of configuration data failed.\n");
}
Expand Down

0 comments on commit 780d2e0

Please sign in to comment.