diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-09-10 11:45:09 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-09-10 11:45:09 +0000 |
commit | 162e975514d71d98b42df579ab561da51a095e7b (patch) | |
tree | f1b9e1f8f0f74bc4c791ff3df90302913ac5cd84 | |
parent | 12752486db3caad471e9f5094a3b644bbc5882f3 (diff) | |
download | samba-162e975514d71d98b42df579ab561da51a095e7b.tar.gz samba-162e975514d71d98b42df579ab561da51a095e7b.tar.bz2 samba-162e975514d71d98b42df579ab561da51a095e7b.zip |
more static/dead fns
(This used to be commit f59826c0c9ba283c25faeec2cbdc7e19cca7aa04)
-rw-r--r-- | source3/nsswitch/winbindd_misc.c | 4 | ||||
-rw-r--r-- | source3/nsswitch/winbindd_util.c | 9 |
2 files changed, 2 insertions, 11 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; diff --git a/source3/nsswitch/winbindd_util.c b/source3/nsswitch/winbindd_util.c index 6475d33edd..7059f268ca 100644 --- a/source3/nsswitch/winbindd_util.c +++ b/source3/nsswitch/winbindd_util.c @@ -609,15 +609,6 @@ done: return True; } -/* Lookup group information from a rid */ - -BOOL winbindd_lookup_groupinfo(struct winbindd_domain *domain, - uint32 group_rid, GROUP_INFO_CTR *info) -{ - return wb_get_samr_query_groupinfo(&domain->sam_dom_handle, 1, - group_rid, info); -} - /* Lookup group membership given a rid */ BOOL winbindd_lookup_groupmem(struct winbindd_domain *domain, |