[SCM] Samba Shared Repository - branch master updated - 0e0371b78a8d445cd0a08bd102a9a2c4952c235f

Volker Lendecke vlendec at samba.org
Sat Oct 4 19:53:01 GMT 2008


The branch, master has been updated
       via  0e0371b78a8d445cd0a08bd102a9a2c4952c235f (commit)
      from  af9dc6381da52c686d797a54d69b486214000cb5 (commit)

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


- Log -----------------------------------------------------------------
commit 0e0371b78a8d445cd0a08bd102a9a2c4952c235f
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Oct 4 21:52:11 2008 +0200

    "gwen/cc" does not like the double const :-)

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

Summary of changes:
 source3/libnet/libnet_proto.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/libnet/libnet_proto.h b/source3/libnet/libnet_proto.h
index 43046a4..69a16c1 100644
--- a/source3/libnet/libnet_proto.h
+++ b/source3/libnet/libnet_proto.h
@@ -53,7 +53,7 @@ krb5_error_code libnet_keytab_add(struct libnet_keytab_context *ctx);
 
 struct libnet_keytab_entry *libnet_keytab_search(struct libnet_keytab_context *ctx,
 						 const char *principal, int kvno,
-						 const const krb5_enctype enctype,
+						 const krb5_enctype enctype,
 						 TALLOC_CTX *mem_ctx);
 #endif
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list