summaryrefslogtreecommitdiff
path: root/librpc/ndr/libndr.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-10-05 21:50:21 +0200
committerGünther Deschner <gd@samba.org>2010-10-05 22:55:30 +0200
commitb75674c2eba92174cdc71c770cc67e45953abb1f (patch)
tree22e1d97c686c3d094da113d72846e3d25d23a460 /librpc/ndr/libndr.h
parenta578ac028fa92bbe866f1a7d7f845d926281cf40 (diff)
downloadsamba-b75674c2eba92174cdc71c770cc67e45953abb1f.tar.gz
samba-b75674c2eba92174cdc71c770cc67e45953abb1f.tar.bz2
samba-b75674c2eba92174cdc71c770cc67e45953abb1f.zip
Revert "libndr: fix "excess elements in struct initializer" warning."
This reverts commit a416ff26d6ada4ee96bf3963866f67d5788162d1.
Diffstat (limited to 'librpc/ndr/libndr.h')
-rw-r--r--librpc/ndr/libndr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/librpc/ndr/libndr.h b/librpc/ndr/libndr.h
index bcfbf75e25..c110b76ae5 100644
--- a/librpc/ndr/libndr.h
+++ b/librpc/ndr/libndr.h
@@ -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 {