summaryrefslogtreecommitdiff
path: root/source3/libads/ndr.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-07-01 01:19:39 +0200
committerGünther Deschner <gd@samba.org>2010-07-01 21:19:52 +0200
commiteb634e8c7fcce424186514a8e0a8a799d6e7fc8d (patch)
treeaa20750f54e73128444db46118e4c805054b177a /source3/libads/ndr.c
parent2f9076ac29904c98e1a794d04c79db637283f888 (diff)
downloadsamba-eb634e8c7fcce424186514a8e0a8a799d6e7fc8d.tar.gz
samba-eb634e8c7fcce424186514a8e0a8a799d6e7fc8d.tar.bz2
samba-eb634e8c7fcce424186514a8e0a8a799d6e7fc8d.zip
s3-libnet_join: small IDL enhancement.
Guenther
Diffstat (limited to 'source3/libads/ndr.c')
-rw-r--r--source3/libads/ndr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/libads/ndr.c b/source3/libads/ndr.c
index 9ee249fc8e..397aa2ca60 100644
--- a/source3/libads/ndr.c
+++ b/source3/libads/ndr.c
@@ -39,8 +39,6 @@ void ndr_print_ads_auth_flags(struct ndr_print *ndr, const char *name, uint32_t
void ndr_print_ads_struct(struct ndr_print *ndr, const char *name, const struct ads_struct *r)
{
- if (!r) { return; }
-
ndr_print_struct(ndr, name, "ads_struct");
ndr->depth++;
ndr_print_bool(ndr, "is_mine", r->is_mine);