Removed unused variable.
authorTim Potter <tpot@samba.org>
Mon, 14 Apr 2003 05:22:17 +0000 (05:22 +0000)
committerTim Potter <tpot@samba.org>
Mon, 14 Apr 2003 05:22:17 +0000 (05:22 +0000)
source/nsswitch/winbindd_idmap_ldap.c
source/rpcclient/cmd_netlogon.c

index 7ffddf9ac46613a2db598b42628af77cd378a013..eb10dd33e98d77ceaabec03dc5c5f33fd809ec5a 100644 (file)
@@ -40,8 +40,6 @@ static const char *attr[] = { "uid", "rid", "domain", "uidNumber",
 
 static const char *pool_attr[] = {"uidNumber", "gidNumber", "cn", NULL};
 
-static const char *group_attr[] = {"gidNumber", "ntSid", NULL};
-
 static long ldap_allocate_id(BOOL is_user)
 {
        int rc, count;
index e6ec28beabbaf69306c98dbcacd754c9e95868ac..7a77d125a6ff97154f24c01507bdec0078bf63cd 100644 (file)
@@ -268,7 +268,6 @@ static NTSTATUS cmd_netlogon_sam_logon(struct cli_state *cli,
                                        TALLOC_CTX *mem_ctx, int argc,
                                        const char **argv)
 {
-        unsigned char trust_passwd[16];
         NTSTATUS result = NT_STATUS_UNSUCCESSFUL;
         int logon_type = NET_LOGON_TYPE;
         const char *username, *password;