Merge branch 'master' of https://github.com/clicon/clixon
This commit is contained in:
commit
2b254e5e67
1 changed files with 2 additions and 4 deletions
|
|
@ -143,9 +143,8 @@ xmldb_put_rpc(clicon_handle h,
|
||||||
opstr = "merge";
|
opstr = "merge";
|
||||||
break;
|
break;
|
||||||
case OP_NONE:
|
case OP_NONE:
|
||||||
opstr = "none";
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
|
opstr = "none";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
cprintf(cb, "<default-operation>%s</default-operation>", opstr);
|
cprintf(cb, "<default-operation>%s</default-operation>", opstr);
|
||||||
|
|
@ -199,9 +198,8 @@ xmldb_put_xkey_rpc(clicon_handle h,
|
||||||
opstr = "merge";
|
opstr = "merge";
|
||||||
break;
|
break;
|
||||||
case OP_NONE:
|
case OP_NONE:
|
||||||
opstr = "none";
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
|
opstr = "none";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
cprintf(cb, "<default-operation>%s</default-operation>", opstr);
|
cprintf(cb, "<default-operation>%s</default-operation>", opstr);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue