1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-20 16:23:51 +03:00

smbpass.c: Fixed machine_passwd_lock() problems.

password.c: Fixed machine_passwd_lock() problems.
lib/rpc/server/srv_ldap_helpers.c: Oops - broke proto.h with dummy function. Fixed now.
Jeremy.
This commit is contained in:
Jeremy Allison
-
parent 446b98ca07
commit d28427f21f
4 changed files with 33 additions and 37 deletions

View File

@@ -161,5 +161,6 @@ BOOL ldap_get_user_info_21(SAM_USER_INFO_21 *id21, uint32 rid)
#else /* USE_LDAP */
/* this keeps fussy compilers happy */
void ldap_helper_dummy(void) {}
#endif
void ldap_helper_dummy(void)
{}
#endif /* USE_LDAP */