Remove unused variables.
authorTim Potter <tpot@samba.org>
Mon, 14 Apr 2003 05:22:59 +0000 (05:22 +0000)
committerTim Potter <tpot@samba.org>
Mon, 14 Apr 2003 05:22:59 +0000 (05:22 +0000)
(This used to be commit 26901af91eaa119df0e1192be95b514ecf26c6a6)

source3/utils/net_rpc_samsync.c

index 0b78cd54cebc2b51b415fb475d3af59154566a96..b886119eef9f2cac96fb98288af57ef2712ef2e7 100644 (file)
@@ -195,12 +195,9 @@ static void dump_database(struct cli_state *cli, unsigned db_type, DOM_CRED *ret
 /* dump sam database via samsync rpc calls */
 int rpc_samdump(int argc, const char **argv)
 {
-        NTSTATUS result;
        struct cli_state *cli = NULL;
        uchar trust_password[16];
        DOM_CRED ret_creds;
-       uint32 neg_flags = 0x000001ff;
-
 
        ZERO_STRUCT(ret_creds);