1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s3: Fix unused variable warnings

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sun Jan 29 16:33:29 CET 2012 on sn-devel-104
This commit is contained in:
Volker Lendecke 2012-01-29 14:58:43 +01:00 committed by Volker Lendecke
parent f6fb55aeae
commit 0db70861ef

View File

@ -88,7 +88,9 @@ bool secrets_clear_domain_protection(const char *domain)
bool secrets_store_domain_sid(const char *domain, const struct dom_sid *sid)
{
#if _SAMBA_BUILD_ == 4
char *protect_ids;
#endif
bool ret;
#if _SAMBA_BUILD_ == 4
@ -132,7 +134,9 @@ bool secrets_fetch_domain_sid(const char *domain, struct dom_sid *sid)
bool secrets_store_domain_guid(const char *domain, struct GUID *guid)
{
#if _SAMBA_BUILD_ == 4
char *protect_ids;
#endif
fstring key;
#if _SAMBA_BUILD_ == 4