Skip to content

Commit f95ae81

Browse files
committed
server BUGFIX process none operation correctly
Fixes #313
1 parent ed334ac commit f95ae81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/op_editconfig.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ op_editconfig(struct lyd_node *rpc, struct nc_session *ncs)
514514
break;
515515
default:
516516
/* do nothing */
517+
ret = 0;
517518
break;
518519
}
519520
if (valbuf) {

0 commit comments

Comments
 (0)