[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Wed Dec 19 03:52:03 UTC 2018


The branch, master has been updated
       via  c817deca0c7 s4: Remove double init of kerberos error table
      from  90fab07f071 s3-smbd: avoid assuming fsp is always intact after close_file call.

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


- Log -----------------------------------------------------------------
commit c817deca0c7afc51a42b97c19ba31e495944a120
Author: Swen Schillig <swen at linux.ibm.com>
Date:   Tue Dec 18 08:30:24 2018 +0100

    s4: Remove double init of kerberos error table
    
    The initialization of the kerberos error table
    is already performed in smb_krb5_init_context_basic(),
    therefore, it can be removed from of its callees.
    
    Signed-off-by: Swen Schillig <swen at linux.ibm.com>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Wed Dec 19 04:51:27 CET 2018 on sn-devel-144

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

Summary of changes:
 source4/auth/kerberos/krb5_init_context.c | 2 --
 1 file changed, 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/auth/kerberos/krb5_init_context.c b/source4/auth/kerberos/krb5_init_context.c
index 5e771a87cc5..7e75d436922 100644
--- a/source4/auth/kerberos/krb5_init_context.c
+++ b/source4/auth/kerberos/krb5_init_context.c
@@ -541,8 +541,6 @@ krb5_error_code smb_krb5_init_context(void *parent_ctx,
 	krb5_log_facility *logf;
 #endif
 
-	initialize_krb5_error_table();
-
 	tmp_ctx = talloc_new(parent_ctx);
 	*smb_krb5_context = talloc_zero(tmp_ctx, struct smb_krb5_context);
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list