summaryrefslogtreecommitdiff
path: root/source4/client/client.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-08-20 00:03:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:12 -0500
commit8d6e233f66616c97fcce935253e56cdd6117242e (patch)
treed25c7a4e944e3dbc683e46899e47d95b4cf4f33b /source4/client/client.c
parent454e76dec2c105ba84c2f644ded849f8dff9f4a9 (diff)
downloadsamba-8d6e233f66616c97fcce935253e56cdd6117242e.tar.gz
samba-8d6e233f66616c97fcce935253e56cdd6117242e.tar.bz2
samba-8d6e233f66616c97fcce935253e56cdd6117242e.zip
r1941: - fixed an allocation error with querying security descriptors remotely
- print the received security_descriptor in the smbclient "acl" command - make sure we zero the alignment data in nttrans packet sends (This used to be commit 8925b8b2193905d084e1bfaaa3235ed7f9d1eb55)
Diffstat (limited to 'source4/client/client.c')
-rw-r--r--source4/client/client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/client/client.c b/source4/client/client.c
index 376403917a..f9fbbab6ec 100644
--- a/source4/client/client.c
+++ b/source4/client/client.c
@@ -1777,6 +1777,8 @@ static int cmd_acl(void)
goto done;
}
+ NDR_PRINT_DEBUG(security_descriptor, query.out.sd);
+
talloc_destroy(mem_ctx);
done: