summaryrefslogtreecommitdiff
path: root/librpc/ndr
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-10-05 14:59:09 +0200
committerGünther Deschner <gd@samba.org>2010-10-05 13:09:05 +0000
commita416ff26d6ada4ee96bf3963866f67d5788162d1 (patch)
tree3787fb276a1a95a7d462762706866a717678a7a6 /librpc/ndr
parentcaeb819861e0d87aebc6c1253102529cba6dec56 (diff)
downloadsamba-a416ff26d6ada4ee96bf3963866f67d5788162d1.tar.gz
samba-a416ff26d6ada4ee96bf3963866f67d5788162d1.tar.bz2
samba-a416ff26d6ada4ee96bf3963866f67d5788162d1.zip
libndr: fix "excess elements in struct initializer" warning.
Guenther
Diffstat (limited to 'librpc/ndr')
-rw-r--r--librpc/ndr/libndr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/ndr/libndr.h b/librpc/ndr/libndr.h
index c110b76ae5..bcfbf75e25 100644
--- a/librpc/ndr/libndr.h
+++ b/librpc/ndr/libndr.h
@@ -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 {