summaryrefslogtreecommitdiff
path: root/libcli/lsarpc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-12-12 21:26:52 +0100
committerVolker Lendecke <vlendec@samba.org>2011-12-12 23:21:49 +0100
commita77b0dd7b8d468d0198c6c8a8649e089172fc922 (patch)
treeed60060cdee513ee8d75d34c1b5032e356231799 /libcli/lsarpc
parent0f9d14820e222233d63b7a79b4b1ff044332ef41 (diff)
downloadsamba-a77b0dd7b8d468d0198c6c8a8649e089172fc922.tar.gz
samba-a77b0dd7b8d468d0198c6c8a8649e089172fc922.tar.bz2
samba-a77b0dd7b8d468d0198c6c8a8649e089172fc922.zip
libcli: Remove an unused variable
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Dec 12 23:21:49 CET 2011 on sn-devel-104
Diffstat (limited to 'libcli/lsarpc')
-rw-r--r--libcli/lsarpc/util_lsarpc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcli/lsarpc/util_lsarpc.c b/libcli/lsarpc/util_lsarpc.c
index 0243e09e4b..96c98487a7 100644
--- a/libcli/lsarpc/util_lsarpc.c
+++ b/libcli/lsarpc/util_lsarpc.c
@@ -258,7 +258,6 @@ NTSTATUS auth_info_2_trustauth_inout(TALLOC_CTX *mem_ctx,
{
NTSTATUS status;
struct trustAuthInOutBlob *iopw;
- enum ndr_err_code ndr_err;
iopw = talloc_zero(mem_ctx, struct trustAuthInOutBlob);
if (iopw == NULL) {