diff options
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/lsarpc/util_lsarpc.c | 1 |
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) { |