"gwen/cc" does not like the double const :-)
authorVolker Lendecke <vl@samba.org>
Sat, 4 Oct 2008 19:52:11 +0000 (21:52 +0200)
committerVolker Lendecke <vl@samba.org>
Sat, 4 Oct 2008 19:52:11 +0000 (21:52 +0200)
source3/libnet/libnet_proto.h

index 43046a44c0cd2903cc45690f26d6b489d675d5a4..69a16c1c7d4380bcada5a686e985d633bd14ff75 100644 (file)
@@ -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