diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-02-08 12:06:05 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2004-02-08 12:06:05 +0000 |
commit | 119cbcde624629f86e552dff91825bc4a3c92052 (patch) | |
tree | acf1a4c72e158b7da814040c15339252e271e3e3 /source3/nsswitch/winbindd_util.c | |
parent | 37ef59d4c323a068b978b6beecef367f736b4a86 (diff) | |
download | samba-119cbcde624629f86e552dff91825bc4a3c92052.tar.gz samba-119cbcde624629f86e552dff91825bc4a3c92052.tar.bz2 samba-119cbcde624629f86e552dff91825bc4a3c92052.zip |
(merge from 3.0)
nsswitch/winbindd_util.c:
add static
smbd/uid.c:
remove unused function
Andrew Bartlett
(This used to be commit 4822a3f73610f6e468c447f1282246f13a378cde)
Diffstat (limited to 'source3/nsswitch/winbindd_util.c')
-rw-r--r-- | source3/nsswitch/winbindd_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_util.c b/source3/nsswitch/winbindd_util.c index 076ab1a2fc..eecb36a30f 100644 --- a/source3/nsswitch/winbindd_util.c +++ b/source3/nsswitch/winbindd_util.c @@ -200,7 +200,7 @@ void rescan_trusted_domains( void ) rescan our domains looking for new trusted domains ********************************************************************/ -void add_trusted_domains( struct winbindd_domain *domain ) +static void add_trusted_domains( struct winbindd_domain *domain ) { TALLOC_CTX *mem_ctx; NTSTATUS result; |