Skip to content

Commit

Permalink
drop unused variable mu
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaempf committed Nov 28, 2017
1 parent 7a393cd commit 09d03b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/wsman-client.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,12 @@ wsmc_build_envelope(WsSerializerContextH serctx,
options->flags & FLAG_MUND_MAX_ESIZE);
}
if (options->fragment) {
/* FIXME: mu set but unused */
/* FIXME: mu set but unused
int mu = 0;
if ((options->flags & FLAG_MUND_FRAGMENT) ==
FLAG_MUND_FRAGMENT)
mu = 1;
*/
ws_serialize_str(serctx, header, options->fragment,
XML_NS_WS_MAN, WSM_FRAGMENT_TRANSFER,
1);
Expand Down

0 comments on commit 09d03b6

Please sign in to comment.