diff options
author | Andrew Tridgell <tridge@samba.org> | 2002-04-14 05:51:13 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2002-04-14 05:51:13 +0000 |
commit | a83a0ac9c560f92ad6f7a67cd9d769708ec8a554 (patch) | |
tree | 9bc76408d37e2100753483cd33f90817c85acfd3 /source3/nsswitch | |
parent | 58c7f38368df7bb3d5757540ef3210c2505c6e73 (diff) | |
download | samba-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')
-rw-r--r-- | source3/nsswitch/winbindd_ads.c | 2 |
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; |