Age | Commit message (Collapse) | Author | Files | Lines |
|
Guenther
|
|
|
|
This is very similar to be1dfff02d562e42a7847bd02fed8538630d3f41
|
|
Also fix an incorrect TALLOC_FREE
|
|
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.
|
|
auth_onefs_wb.c -> auth_wbc.c
pdb_onefs_sam.c -> pdb_wbc_sam.c
No changes to functionality
|