Skip to content

Commit

Permalink
server edit-config BUGFIX replying commit error
Browse files Browse the repository at this point in the history
when commiting changes into sysrepo, the received errors (e.g. validation)
were ignored and OK reply was actually returned
  • Loading branch information
rkrejci committed Aug 22, 2016
1 parent 4a86dd3 commit 90ee018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/op_editconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ op_editconfig(struct lyd_node *rpc, struct nc_session *ncs)
}
e = NULL;
}
break;
goto errorreply;
default:
goto internalerror;
}
Expand Down

0 comments on commit 90ee018

Please sign in to comment.