[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Tue May 19 12:08:02 UTC 2020


The branch, master has been updated
       via  ec312ee6fe5 tevent: Fix a tevent tutorial error
      from  68380ebaa60 winbindd: Fix a use-after-free when winbind clients exit

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


- Log -----------------------------------------------------------------
commit ec312ee6fe5eecc79e9212ee93de332d99bc3f4c
Author: Volker Lendecke <vl at samba.org>
Date:   Mon May 18 10:38:41 2020 +0200

    tevent: Fix a tevent tutorial error
    
    We don't pass a tevent_req but a tevent_context to the _send function
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Stefan Metzmacher <metze at samba.org>
    
    Autobuild-User(master): Stefan Metzmacher <metze at samba.org>
    Autobuild-Date(master): Tue May 19 12:07:42 UTC 2020 on sn-devel-184

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

Summary of changes:
 lib/tevent/tevent.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h
index 3c3e3cc2cef..dc68a1d3f69 100644
--- a/lib/tevent/tevent.h
+++ b/lib/tevent/tevent.h
@@ -669,7 +669,7 @@ void tevent_get_trace_callback(struct tevent_context *ev,
  *
  * @code
  * struct tevent_req *computation_send(TALLOC_CTX *mem_ctx,
- *                                     struct tevent_req *ev,
+ *                                     struct tevent_context *ev,
  *                                     ... further args);
  * int computation_recv(struct tevent_req *req, ... further output args);
  * @endcode


-- 
Samba Shared Repository



More information about the samba-cvs mailing list