mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
06b018767b
This is the same bug that was fixed in other places of the code a few times already: A C compiler ONLY does automatic type conversions during an assignment. Passing down a pointer to type A to a function taking type B as an argument does NOT do any automatic type conversions. If required, I can dig up the relevant portions of the C standard. |
||
---|---|---|
.. | ||
login_cache.c | ||
lookup_sid.c | ||
machine_sid.c | ||
passdb.c | ||
pdb_compat.c | ||
pdb_get_set.c | ||
pdb_interface.c | ||
pdb_ldap.c | ||
pdb_nds.c | ||
pdb_smbpasswd.c | ||
pdb_tdb.c | ||
pdb_wbc_sam.c | ||
secrets.c | ||
util_builtin.c | ||
util_unixsids.c | ||
util_wellknown.c |