Skip to content

Commit

Permalink
Merge pull request #14631 from idryzhov/nb-remove-comment
Browse files Browse the repository at this point in the history
lib: remove incorrect comment from northbound
  • Loading branch information
ton31337 authored Oct 22, 2023
2 parents 6278888 + a041d31 commit 571b403
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/northbound.c
Original file line number Diff line number Diff line change
Expand Up @@ -906,11 +906,6 @@ void nb_candidate_edit_config_changes(
if (error && *error) {
char buf[BUFSIZ];

/*
* Failure to edit the candidate configuration should never
* happen in practice, unless there's a bug in the code. When
* that happens, log the error but otherwise ignore it.
*/
snprintf(err_buf, err_bufsize,
"%% Failed to edit configuration.\n\n%s",
yang_print_errors(ly_native_ctx, buf, sizeof(buf)));
Expand Down

0 comments on commit 571b403

Please sign in to comment.