Revert "libndr: fix "excess elements in struct initializer" warning."
authorStefan Metzmacher <metze@samba.org>
Tue, 5 Oct 2010 18:07:36 +0000 (20:07 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 7 Oct 2010 09:01:49 +0000 (11:01 +0200)
This reverts commit a416ff26d6ada4ee96bf3963866f67d5788162d1.

This was wrong, as pidl doesn't generate this field anymore.

metze

librpc/ndr/libndr.h

index bcfbf75e255dcae2a540f74756dfc7a0e2ae8a09..c110b76ae55f9e5333fe42fbe1626f1eab95ba40 100644 (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 {