summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/ndr_echo.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-11-03 20:00:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:15:41 -0500
commitddc7dd256edec09c99e6ebdfe9d1d8608021f9ea (patch)
tree948b4a695ae1b6f5d5423f066438ac317743852f /source3/librpc/gen_ndr/ndr_echo.c
parent27c4b072b06881fca8bab8a5f07a9e7ce5de173f (diff)
downloadsamba-ddc7dd256edec09c99e6ebdfe9d1d8608021f9ea.tar.gz
samba-ddc7dd256edec09c99e6ebdfe9d1d8608021f9ea.tar.bz2
samba-ddc7dd256edec09c99e6ebdfe9d1d8608021f9ea.zip
r19542: Regenerate IDL.
(This used to be commit 759c1b0fd24aa23802432a0b9447435044d2a11c)
Diffstat (limited to 'source3/librpc/gen_ndr/ndr_echo.c')
-rw-r--r--source3/librpc/gen_ndr/ndr_echo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/ndr_echo.c b/source3/librpc/gen_ndr/ndr_echo.c
index 8f71f886d5..fc9fe19e56 100644
--- a/source3/librpc/gen_ndr/ndr_echo.c
+++ b/source3/librpc/gen_ndr/ndr_echo.c
@@ -1167,7 +1167,6 @@ _PUBLIC_ void ndr_print_echo_TestEnum(struct ndr_print *ndr, const char *name, i
ndr->depth--;
ndr_print_ptr(ndr, "foo3", r->in.foo3);
ndr->depth++;
- if (r->in.foo1 == NULL) return;
ndr_print_set_switch_value(ndr, r->in.foo3, *r->in.foo1);
ndr_print_echo_Enum3(ndr, "foo3", r->in.foo3);
ndr->depth--;
@@ -1186,7 +1185,6 @@ _PUBLIC_ void ndr_print_echo_TestEnum(struct ndr_print *ndr, const char *name, i
ndr->depth--;
ndr_print_ptr(ndr, "foo3", r->out.foo3);
ndr->depth++;
- if (r->out.foo1 == NULL) return;
ndr_print_set_switch_value(ndr, r->out.foo3, *r->out.foo1);
ndr_print_echo_Enum3(ndr, "foo3", r->out.foo3);
ndr->depth--;