libcli: Remove an unused variable
authorVolker Lendecke <vl@samba.org>
Mon, 12 Dec 2011 20:26:52 +0000 (21:26 +0100)
committerVolker Lendecke <vlendec@samba.org>
Mon, 12 Dec 2011 22:21:49 +0000 (23:21 +0100)
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Mon Dec 12 23:21:49 CET 2011 on sn-devel-104

libcli/lsarpc/util_lsarpc.c

index 0243e09e4b790c2a32e01fa6b8faba2726e22644..96c98487a7e94a2a303eb47f81bccf77a8eddc04 100644 (file)
@@ -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) {