The branch, master has been updated
       via  ece5e67 s3:winbind: Use the correct talloc context for user 
information
      from  f2e1ab5 s3:winbind: Remove unused struct getpwent_user

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit ece5e67bbc027432aeb3d97205ef093a0acda8d5
Author: Volker Lendecke <[email protected]>
Date:   Fri Mar 17 13:52:57 2017 +0100

    s3:winbind: Use the correct talloc context for user information
    
    This fixes the substitution for 'template homedir'.
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=12699
    
    Signed-off-by: Volker Lendecke <[email protected]>
    Reviewed-by: Andreas Schneider <[email protected]>
    
    Autobuild-User(master): Volker Lendecke <[email protected]>
    Autobuild-Date(master): Sat Mar 18 19:47:40 CET 2017 on sn-devel-144

-----------------------------------------------------------------------

Summary of changes:
 source3/winbindd/wb_queryuser.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/wb_queryuser.c b/source3/winbindd/wb_queryuser.c
index be4d3d3..69b4c8d 100644
--- a/source3/winbindd/wb_queryuser.c
+++ b/source3/winbindd/wb_queryuser.c
@@ -329,7 +329,7 @@ static void wb_queryuser_got_group_name(struct tevent_req 
*subreq)
        NTSTATUS status;
        const char *domain_name;
 
-       status = wb_lookupsid_recv(subreq, state, &type, &domain_name,
+       status = wb_lookupsid_recv(subreq, state->info, &type, &domain_name,
                                   &state->info->primary_group_name);
        TALLOC_FREE(subreq);
        if (tevent_req_nterror(req, status)) {


-- 
Samba Shared Repository

Reply via email to