summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/winbindd/nss_info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/winbindd/nss_info.c b/source3/winbindd/nss_info.c
index a7b642440f..8ba9b079c1 100644
--- a/source3/winbindd/nss_info.c
+++ b/source3/winbindd/nss_info.c
@@ -123,8 +123,8 @@ static bool parse_nss_parm( const char *config, char **backend, char **domain )
return True;
}
-NTSTATUS nss_domain_list_add_domain(const char *domain,
- struct nss_function_entry *nss_backend)
+static NTSTATUS nss_domain_list_add_domain(const char *domain,
+ struct nss_function_entry *nss_backend)
{
struct nss_domain_entry *nss_domain;