summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_user.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-05-07 06:04:22 +0000
committerTim Potter <tpot@samba.org>2001-05-07 06:04:22 +0000
commitc504e240a868d67b0b084d667a48fea13d633d0c (patch)
treed51a65c2a7e984017e1e21dab8d2d24f1d3fd611 /source3/nsswitch/winbindd_user.c
parent9d5348c7587507796cdc448a89b953cf877226a3 (diff)
downloadsamba-c504e240a868d67b0b084d667a48fea13d633d0c.tar.gz
samba-c504e240a868d67b0b084d667a48fea13d633d0c.tar.bz2
samba-c504e240a868d67b0b084d667a48fea13d633d0c.zip
OK so I couldn't be as clever as I wanted to be with winbindd_glue.c
so all the glue functions are prefixed with wb_ to avoid conflicts with the old rpc_client stuff which is still a dependency of smbd/nmbd. (This used to be commit 873e672b90e85e092102e10966e9f93f4fa6814f)
Diffstat (limited to 'source3/nsswitch/winbindd_user.c')
-rw-r--r--source3/nsswitch/winbindd_user.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd_user.c b/source3/nsswitch/winbindd_user.c
index 66e220f927..95830ead20 100644
--- a/source3/nsswitch/winbindd_user.c
+++ b/source3/nsswitch/winbindd_user.c
@@ -171,7 +171,7 @@ enum winbindd_result winbindd_getpwnam_from_user(struct winbindd_cli_state
unistr2_to_ascii(gecos_name, &user_info.info.id21->uni_full_name,
sizeof(gecos_name) - 1);
- free_samr_userinfo_ctr(&user_info);
+ wb_free_samr_userinfo_ctr(&user_info);
/* Now take all this information and fill in a passwd structure */
@@ -261,7 +261,7 @@ enum winbindd_result winbindd_getpwnam_from_uid(struct winbindd_cli_state
unistr2_to_ascii(gecos_name, &user_info.info.id21->uni_full_name,
sizeof(gecos_name) - 1);
- free_samr_userinfo_ctr(&user_info);
+ wb_free_samr_userinfo_ctr(&user_info);
/* Resolve gid number */