The branch, master has been updated
       via  d5d17f0 s3: Fix wb_next_pwent_fill_done
      from  81b4db7 s3 libaddns: Prevent a crash when dns_create_update fails

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


- Log -----------------------------------------------------------------
commit d5d17f0f5745bc9c62f8a293f2d7059ad199fa1e
Author: Volker Lendecke <[email protected]>
Date:   Tue Nov 22 17:37:07 2011 +0100

    s3: Fix wb_next_pwent_fill_done
    
    Within a callback routine it is not possible to call tevent_req_post
    
    Autobuild-User: Volker Lendecke <[email protected]>
    Autobuild-Date: Tue Nov 22 19:17:30 CET 2011 on sn-devel-104

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

Summary of changes:
 source3/winbindd/wb_next_pwent.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/wb_next_pwent.c b/source3/winbindd/wb_next_pwent.c
index a52a566..d47b2fc 100644
--- a/source3/winbindd/wb_next_pwent.c
+++ b/source3/winbindd/wb_next_pwent.c
@@ -160,7 +160,6 @@ static void wb_next_pwent_fill_done(struct tevent_req 
*subreq)
                                            
&state->gstate->users[state->gstate->next_user],
                                            state->pw);
                if (tevent_req_nomem(subreq, req)) {
-                       tevent_req_post(req, state->ev);
                        return;
                }
                tevent_req_set_callback(subreq, wb_next_pwent_fill_done, req);


-- 
Samba Shared Repository

Reply via email to