The branch, master has been updated
       via  9f2a8af krb5_wrap: Remove extra parentheses causing compile error
      from  625f080 ctdb-tests: Add a test to ensure that CTDB works with no 
eventscripts

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


- Log -----------------------------------------------------------------
commit 9f2a8af4b0d7874eff49eca56970153c8fd7b56d
Author: Anoop C S <anoo...@redhat.com>
Date:   Thu Sep 1 11:25:32 2016 +0530

    krb5_wrap: Remove extra parentheses causing compile error
    
    Signed-off-by: Anoop C S <anoo...@redhat.com>
    Reviewed-by: Michael Adam <ob...@samba.org>
    Reviewed-by: Andreas Schneider <a...@samba.org>
    
    Autobuild-User(master): Michael Adam <ob...@samba.org>
    Autobuild-Date(master): Thu Sep  1 21:02:54 CEST 2016 on sn-devel-144

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

Summary of changes:
 lib/krb5_wrap/krb5_samba.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/krb5_wrap/krb5_samba.c b/lib/krb5_wrap/krb5_samba.c
index 24d64cc..841e3f8 100644
--- a/lib/krb5_wrap/krb5_samba.c
+++ b/lib/krb5_wrap/krb5_samba.c
@@ -3118,7 +3118,7 @@ static krb5_error_code ads_krb5_mk_req(krb5_context 
context,
                        if (retval != 0) {
                                DBG_WARNING("krb5_auth_con_setuseruserkey "
                                            "failed (%s)\n",
-                                           error_message(retval)));
+                                           error_message(retval));
                                goto cleanup_creds;
                        }
 
@@ -3128,7 +3128,7 @@ static krb5_error_code ads_krb5_mk_req(krb5_context 
context,
                                                        
KRB5_AUTH_CONTEXT_USE_SUBKEY);
                        if (retval != 0) {
                                DBG_WARNING("krb5_auth_con_setflags failed 
(%s)\n",
-                                           error_message(retval)));
+                                           error_message(retval));
                                goto cleanup_creds;
                        }
 
@@ -3160,7 +3160,7 @@ static krb5_error_code ads_krb5_mk_req(krb5_context 
context,
                                retval = ads_setup_auth_context(context, 
auth_context);
                                if (retval != 0) {
                                        DBG_WARNING("ads_setup_auth_context 
failed (%s)\n",
-                                                   error_message(retval)));
+                                                   error_message(retval));
                                        goto cleanup_creds;
                                }
                        } else {


-- 
Samba Shared Repository

Reply via email to