1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

Get rid of "shadowed local var" warnings with gcc.

Jeremy.
(This used to be commit 0bc18967aa7cb6f4debeaa48be81d0e48a7d9503)
This commit is contained in:
Jeremy Allison 2008-05-22 14:19:14 -07:00
parent 96653e1ff7
commit cfde5c8d47

View File

@ -1290,12 +1290,12 @@ NTSTATUS winbindd_dual_pam_auth_samlogon(struct winbindd_domain *domain,
uint32 logon_parameters,
const char *server,
const char *username,
const char *domain,
const char *ldomain,
const char *workstation,
const uint8 chal[8],
const uint8 lchal[8],
DATA_BLOB lm_response,
DATA_BLOB nt_response,
struct netr_SamInfo3 **info3);
struct netr_SamInfo3 **linfo3);
ZERO_STRUCTP(my_info3);
retry = False;
@ -1868,12 +1868,12 @@ enum winbindd_result winbindd_dual_pam_auth_crap(struct winbindd_domain *domain,
uint32 logon_parameters,
const char *server,
const char *username,
const char *domain,
const char *workstation,
const uint8 chal[8],
const char *ldomain,
const char *lworkstation,
const uint8 lchal[8],
DATA_BLOB lm_response,
DATA_BLOB nt_response,
struct netr_SamInfo3 **info3);
struct netr_SamInfo3 **linfo3);
retry = False;