1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

r18453: Attempt to fix the non-ldap build

(This used to be commit 86db854230)
This commit is contained in:
Volker Lendecke 2006-09-13 10:03:27 +00:00 committed by Gerald (Jerry) Carter
parent 6f47ed234a
commit d3237d2233

View File

@ -2874,6 +2874,8 @@ ADS_STATUS ads_join_realm(ADS_STRUCT *ads, const char *machine_name,
}
#endif
#ifdef HAVE_LDAP
/**
* Delete a machine from the realm
* @param ads connection to ads server
@ -2993,3 +2995,5 @@ ADS_STATUS ads_leave_realm(ADS_STRUCT *ads, const char *hostname)
return status;
}
#endif
#endif