uninitialized
This commit is contained in:
parent
8485731d80
commit
638b39c134
1 changed files with 2 additions and 4 deletions
|
|
@ -143,9 +143,8 @@ xmldb_put_rpc(clicon_handle h,
|
|||
opstr = "merge";
|
||||
break;
|
||||
case OP_NONE:
|
||||
opstr = "none";
|
||||
break;
|
||||
default:
|
||||
opstr = "none";
|
||||
break;
|
||||
}
|
||||
cprintf(cb, "<default-operation>%s</default-operation>", opstr);
|
||||
|
|
@ -199,9 +198,8 @@ xmldb_put_xkey_rpc(clicon_handle h,
|
|||
opstr = "merge";
|
||||
break;
|
||||
case OP_NONE:
|
||||
opstr = "none";
|
||||
break;
|
||||
default:
|
||||
opstr = "none";
|
||||
break;
|
||||
}
|
||||
cprintf(cb, "<default-operation>%s</default-operation>", opstr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue