1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

Revert "libndr: fix "excess elements in struct initializer" warning."

This reverts commit a416ff26d6ada4ee96bf3963866f67d5788162d1.
This commit is contained in:
Günther Deschner 2010-10-05 21:50:21 +02:00
parent a578ac028f
commit b75674c2eb

View File

@ -334,7 +334,6 @@ struct ndr_interface_call {
ndr_push_flags_fn_t ndr_push;
ndr_pull_flags_fn_t ndr_pull;
ndr_print_function_t ndr_print;
bool _dummy;
};
struct ndr_interface_string_array {