summaryrefslogtreecommitdiff
path: root/source3/rpcclient
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-06-25 16:24:06 +0200
committerGünther Deschner <gd@samba.org>2015-07-03 02:00:27 +0200
commit82c4b92661428bf8eda383004f6e74b86e5572b5 (patch)
tree62486fa531a60972282544784f94be7333191d61 /source3/rpcclient
parente324184224975b730d7b01e5a7cd478c6b28d3aa (diff)
downloadsamba-82c4b92661428bf8eda383004f6e74b86e5572b5.tar.gz
witness: autogenerate the marshalling of the witness_notifyResponse_message.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/rpcclient')
-rw-r--r--source3/rpcclient/cmd_witness.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/rpcclient/cmd_witness.c b/source3/rpcclient/cmd_witness.c
index 315fa50bbe4..fa6f5bb411a 100644
--- a/source3/rpcclient/cmd_witness.c
+++ b/source3/rpcclient/cmd_witness.c
@@ -475,6 +475,7 @@ static WERROR cmd_witness_AsyncNotify(struct rpc_pipe_client *cli,
}
d_printf(" with %d messages\n", response->num);
+#if 0
if (read_response) {
unsigned n;
const uint8_t *pos = response->messages->data;
@@ -483,6 +484,7 @@ static WERROR cmd_witness_AsyncNotify(struct rpc_pipe_client *cli,
read_response(frame, &pos);
}
}
+#endif
done:
talloc_free(frame);