r15068: Fix a shadowed variable warning
authorVolker Lendecke <vlendec@samba.org>
Thu, 13 Apr 2006 10:14:07 +0000 (10:14 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:16:00 +0000 (11:16 -0500)
(This used to be commit 066f69fe88b360b856f3dc49089f8c21b721cce9)

source3/nsswitch/winbindd_passdb.c

index 64d811464bbc602a2058de8a74256196a1135cc5..2aaed1acefbacb6deabf0f7335ed98af559feaa4 100644 (file)
@@ -433,7 +433,7 @@ static NTSTATUS sequence_number(struct winbindd_domain *domain, uint32 *seq)
 
 static NTSTATUS lockout_policy(struct winbindd_domain *domain,
                               TALLOC_CTX *mem_ctx,
-                              SAM_UNK_INFO_12 *lockout_policy)
+                              SAM_UNK_INFO_12 *policy)
 {
        /* actually we have that */
        return NT_STATUS_NOT_IMPLEMENTED;
@@ -441,7 +441,7 @@ static NTSTATUS lockout_policy(struct winbindd_domain *domain,
 
 static NTSTATUS password_policy(struct winbindd_domain *domain,
                                TALLOC_CTX *mem_ctx,
-                               SAM_UNK_INFO_1 *password_policy)
+                               SAM_UNK_INFO_1 *policy)
 {
        /* actually we have that */
        return NT_STATUS_NOT_IMPLEMENTED;