mirror of
https://github.com/samba-team/samba.git
synced 2025-11-22 16:23:49 +03:00
r18019: Fix a C++ warnings: Don't use void * in libads/ for LDAPMessage anymore.
Compiled it on systems with and without LDAP, I hope it does not break the build farm too badly. If it does, I'll fix it tomorrow. Volker
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
8e087b7e46
commit
b2ff9680eb
@@ -410,6 +410,7 @@ struct fd_handle {
|
||||
struct timed_event;
|
||||
struct idle_event;
|
||||
struct share_mode_entry;
|
||||
struct uuid;
|
||||
|
||||
struct vfs_fsp_data {
|
||||
struct vfs_fsp_data *next;
|
||||
|
||||
Reference in New Issue
Block a user