summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-07-02 16:50:52 +0200
committerGünther Deschner <gd@samba.org>2015-07-03 02:00:27 +0200
commite324184224975b730d7b01e5a7cd478c6b28d3aa (patch)
tree22ff2807f03218c445aab9408a8b40c502e5c68c /librpc
parentcf738ccdb3a5f34f9b1e30462e0aabaf610193cd (diff)
downloadsamba-e324184224975b730d7b01e5a7cd478c6b28d3aa.tar.gz
witness: add default case to witness_notifyResponse_message union.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/witness.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/idl/witness.idl b/librpc/idl/witness.idl
index 8f5f9bf17e9..e56686998f8 100644
--- a/librpc/idl/witness.idl
+++ b/librpc/idl/witness.idl
@@ -115,6 +115,7 @@ interface witness
[case(WITNESS_NOTIFY_CLIENT_MOVE)] witness_IPaddrInfoList client_move;
[case(WITNESS_NOTIFY_SHARE_MOVE)] witness_IPaddrInfoList share_move;
[case(WITNESS_NOTIFY_IP_CHANGE)] witness_IPaddrInfoList ip_change;
+ [default,flag(NDR_REMAINING)] DATA_BLOB data;
} witness_notifyResponse_message;
typedef [flag(NDR_PAHEX)] struct {