mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
librpc:rpc: Use C99 initializer for last element in dcerpc_faults
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
parent
bbc4d72878
commit
292dbbf133
@ -93,7 +93,7 @@ static const struct dcerpc_fault_table dcerpc_faults[] =
|
||||
_FAULT_STR(DCERPC_FAULT_OUT_OF_RESOURCES, NT_STATUS_RPC_OUT_OF_RESOURCES),
|
||||
_FAULT_STR(DCERPC_FAULT_BAD_STUB_DATA, NT_STATUS_RPC_BAD_STUB_DATA),
|
||||
_FAULT_STR(DCERPC_FAULT_SEC_PKG_ERROR, NT_STATUS_RPC_SEC_PKG_ERROR),
|
||||
{ NULL, 0 }
|
||||
{ .faultcode = 0 }
|
||||
#undef _FAULT_STR
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user