The Samba-Bugzilla – Attachment 1375 Details for
Bug 2999
passdb/pdb_ldap.c: "int *" is incompatible with "size_t *"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
changes pwd_len to type "size_t"
ldap.patch (text/plain), 386 bytes, created by
Jason Mader (mail bounces back)
on 2005-08-13 05:20:24 UTC
(
hide
)
Description:
changes pwd_len to type "size_t"
Filename:
MIME Type:
Creator:
Jason Mader (mail bounces back)
Created:
2005-08-13 05:20:24 UTC
Size:
386 bytes
patch
obsolete
>Index: passdb/pdb_ldap.c >=================================================================== >--- passdb/pdb_ldap.c (revision 9284) >+++ passdb/pdb_ldap.c (working copy) >@@ -694,7 +694,7 @@ > > if (ldap_state->is_nds_ldap) { > char *user_dn; >- int pwd_len; >+ size_t pwd_len; > char clear_text_pw[512]; > > /* Make call to Novell eDirectory ldap extension to get clear text password.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2999
: 1375