[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Mon Aug 30 06:48:18 MDT 2010


The branch, master has been updated
       via  9697687 dcerpc-gssapi: include missing dcerpc_krb5.h header.
      from  d524f58 dcerpc-gssapi: fix "shadows a global declaration" warning when gssapi is unavailable.

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


- Log -----------------------------------------------------------------
commit 9697687e25c6b7ed53e32f8fc804c483e0221a2f
Author: Günther Deschner <gd at samba.org>
Date:   Mon Aug 30 14:47:52 2010 +0200

    dcerpc-gssapi: include missing dcerpc_krb5.h header.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source3/librpc/rpc/dcerpc_krb5.c b/source3/librpc/rpc/dcerpc_krb5.c
index eb59863..561259a 100644
--- a/source3/librpc/rpc/dcerpc_krb5.c
+++ b/source3/librpc/rpc/dcerpc_krb5.c
@@ -20,6 +20,7 @@
 #include "includes.h"
 #include "smb_krb5.h"
 #include "secrets.h"
+#include "librpc/rpc/dcerpc_krb5.h"
 
 #ifdef HAVE_KRB5
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list