The branch, master has been updated
       via  c21a6ed s3: libsmb: Fix cut and paste error using the wrong 
structure type.
      from  7d9f18f torture: Fix clang errors

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


- Log -----------------------------------------------------------------
commit c21a6eda370fa0b0698a5e1fd565bd2e014d326a
Author: Jeremy Allison <[email protected]>
Date:   Tue Oct 18 16:33:49 2016 -0700

    s3: libsmb: Fix cut and paste error using the wrong structure type.
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=12383
    
    Signed-off-by: Jeremy Allison <[email protected]>
    Reviewed-by: Volker Lendecke <[email protected]>
    
    Autobuild-User(master): Volker Lendecke <[email protected]>
    Autobuild-Date(master): Wed Oct 19 14:33:53 CEST 2016 on sn-devel-144

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

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


Changeset truncated at 500 lines:

diff --git a/source3/libsmb/cli_smb2_fnum.c b/source3/libsmb/cli_smb2_fnum.c
index cf00f60..325ae78 100644
--- a/source3/libsmb/cli_smb2_fnum.c
+++ b/source3/libsmb/cli_smb2_fnum.c
@@ -3320,7 +3320,7 @@ static struct tevent_req 
*cli_smb2_shadow_copy_data_fnum_send(
                                        bool get_names)
 {
        struct tevent_req *req, *subreq;
-       struct cli_smb2_close_fnum_state *state;
+       struct cli_smb2_shadow_copy_data_fnum_state *state;
        NTSTATUS status;
 
        req = tevent_req_create(mem_ctx, &state,


-- 
Samba Shared Repository

Reply via email to