summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_ads.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-04-14 05:51:13 +0000
committerAndrew Tridgell <tridge@samba.org>2002-04-14 05:51:13 +0000
commita83a0ac9c560f92ad6f7a67cd9d769708ec8a554 (patch)
tree9bc76408d37e2100753483cd33f90817c85acfd3 /source3/nsswitch/winbindd_ads.c
parent58c7f38368df7bb3d5757540ef3210c2505c6e73 (diff)
downloadsamba-a83a0ac9c560f92ad6f7a67cd9d769708ec8a554.tar.gz
samba-a83a0ac9c560f92ad6f7a67cd9d769708ec8a554.tar.bz2
samba-a83a0ac9c560f92ad6f7a67cd9d769708ec8a554.zip
pull_username() is a local function
(This used to be commit fbf154bcfb68b90eb43ada9de317c93f43711608)
Diffstat (limited to 'source3/nsswitch/winbindd_ads.c')
-rw-r--r--source3/nsswitch/winbindd_ads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_ads.c b/source3/nsswitch/winbindd_ads.c
index e7db6efab6..af0933716b 100644
--- a/source3/nsswitch/winbindd_ads.c
+++ b/source3/nsswitch/winbindd_ads.c
@@ -191,7 +191,7 @@ static enum SID_NAME_USE ads_atype_map(uint32 atype)
use both the sAMAccountName and the userPrincipalName attributes
It seems that not all users have the userPrincipalName attribute set
*/
-char *pull_username(ADS_STRUCT *ads, TALLOC_CTX *mem_ctx, void *msg)
+static char *pull_username(ADS_STRUCT *ads, TALLOC_CTX *mem_ctx, void *msg)
{
char *ret, *p;