From 162e975514d71d98b42df579ab561da51a095e7b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 10 Sep 2001 11:45:09 +0000 Subject: more static/dead fns (This used to be commit f59826c0c9ba283c25faeec2cbdc7e19cca7aa04) --- source3/nsswitch/winbindd_misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/nsswitch/winbindd_misc.c') 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; -- cgit