summaryrefslogtreecommitdiff
path: root/source3/libnet
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-10-04 21:52:11 +0200
committerVolker Lendecke <vl@samba.org>2008-10-04 21:52:11 +0200
commit0e0371b78a8d445cd0a08bd102a9a2c4952c235f (patch)
tree2c92e4cd5b02ece9ca7b35f26a539cf4c207ba67 /source3/libnet
parentaf9dc6381da52c686d797a54d69b486214000cb5 (diff)
downloadsamba-0e0371b78a8d445cd0a08bd102a9a2c4952c235f.tar.gz
samba-0e0371b78a8d445cd0a08bd102a9a2c4952c235f.tar.bz2
samba-0e0371b78a8d445cd0a08bd102a9a2c4952c235f.zip
"gwen/cc" does not like the double const :-)
Diffstat (limited to 'source3/libnet')
-rw-r--r--source3/libnet/libnet_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libnet/libnet_proto.h b/source3/libnet/libnet_proto.h
index 43046a44c0..69a16c1c7d 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