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:
parent
f6fb55aeae
commit
0db70861ef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user