summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_misc.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-09-10 11:45:09 +0000
committerAndrew Tridgell <tridge@samba.org>2001-09-10 11:45:09 +0000
commit162e975514d71d98b42df579ab561da51a095e7b (patch)
treef1b9e1f8f0f74bc4c791ff3df90302913ac5cd84 /source3/nsswitch/winbindd_misc.c
parent12752486db3caad471e9f5094a3b644bbc5882f3 (diff)
downloadsamba-162e975514d71d98b42df579ab561da51a095e7b.tar.gz
samba-162e975514d71d98b42df579ab561da51a095e7b.tar.bz2
samba-162e975514d71d98b42df579ab561da51a095e7b.zip
more static/dead fns
(This used to be commit f59826c0c9ba283c25faeec2cbdc7e19cca7aa04)
Diffstat (limited to 'source3/nsswitch/winbindd_misc.c')
-rw-r--r--source3/nsswitch/winbindd_misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd_misc.c b/source3/nsswitch/winbindd_misc.c
index d0851f5113..618dd6f1c9 100644
--- a/source3/nsswitch/winbindd_misc.c
+++ b/source3/nsswitch/winbindd_misc.c
@@ -44,8 +44,8 @@ static char *trust_keystr(char *domain)
/************************************************************************
Routine to get the trust account password for a domain
************************************************************************/
-BOOL _get_trust_account_password(char *domain, unsigned char *ret_pwd,
- time_t *pass_last_set_time)
+static BOOL _get_trust_account_password(char *domain, unsigned char *ret_pwd,
+ time_t *pass_last_set_time)
{
struct machine_acct_pass *pass;
size_t size;