libndr: fix "excess elements in struct initializer" warning.
authorGünther Deschner <gd@samba.org>
Tue, 5 Oct 2010 12:59:09 +0000 (14:59 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 5 Oct 2010 13:09:05 +0000 (13:09 +0000)
Guenther

librpc/ndr/libndr.h

index c110b76ae55f9e5333fe42fbe1626f1eab95ba40..bcfbf75e255dcae2a540f74756dfc7a0e2ae8a09 100644 (file)
@@ -334,6 +334,7 @@ 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 {