From: Günther Deschner Date: Thu, 2 Jul 2015 14:50:52 +0000 (+0200) Subject: witness: add default case to witness_notifyResponse_message union. X-Git-Tag: talloc-2.1.3~351 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e324184224975b730d7b01e5a7cd478c6b28d3aa;p=thirdparty%2Fsamba.git witness: add default case to witness_notifyResponse_message union. Guenther Signed-off-by: Günther Deschner Reviewed-by: Stefan Metzmacher --- 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 {