diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-11-03 20:00:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:15:41 -0500 |
commit | 759c1b0fd24aa23802432a0b9447435044d2a11c (patch) | |
tree | ff374355ded5b0ae6c78e79b3008ae6f0375b884 /source/librpc/gen_ndr/ndr_echo.c | |
parent | e8bf421c018ed829b9dba7c0872693080b77d49d (diff) | |
download | samba-759c1b0fd24aa23802432a0b9447435044d2a11c.tar.gz samba-759c1b0fd24aa23802432a0b9447435044d2a11c.tar.xz samba-759c1b0fd24aa23802432a0b9447435044d2a11c.zip |
r19542: Regenerate IDL.
Diffstat (limited to 'source/librpc/gen_ndr/ndr_echo.c')
-rw-r--r-- | source/librpc/gen_ndr/ndr_echo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/librpc/gen_ndr/ndr_echo.c b/source/librpc/gen_ndr/ndr_echo.c index 8f71f886d5d..fc9fe19e56e 100644 --- a/source/librpc/gen_ndr/ndr_echo.c +++ b/source/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--; |