Remove an unused variable
authorVolker Lendecke <vl@samba.org>
Sun, 2 Nov 2008 08:40:30 +0000 (09:40 +0100)
committerVolker Lendecke <vl@samba.org>
Sun, 2 Nov 2008 08:40:30 +0000 (09:40 +0100)
source3/printing/nt_printing.c

index 1a2e324201d295bbef0e41df7004c7143dddb5bd..11370272a24eb86014f7b8725b80a33215c71245 100644 (file)
@@ -5768,7 +5768,6 @@ bool print_access_check(struct auth_serversupplied_info *server_info, int snum,
        SEC_DESC_BUF *secdesc = NULL;
        uint32 access_granted;
        NTSTATUS status;
-       bool result;
        const char *pname;
        TALLOC_CTX *mem_ctx = NULL;
        SE_PRIV se_printop = SE_PRINT_OPERATOR;