summaryrefslogtreecommitdiff
path: root/source3/libsmb/clikrb5.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-01-04 09:06:46 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-01-04 09:06:46 +0000
commit48dc324cd1a477454ea2fb79a3711e031617a5b6 (patch)
tree97e173e90de019de80801d486e922df0c8a1a3f7 /source3/libsmb/clikrb5.c
parent1f67168a54852a72eaa38e9c1b82a57814a5340c (diff)
downloadsamba-48dc324cd1a477454ea2fb79a3711e031617a5b6.tar.gz
samba-48dc324cd1a477454ea2fb79a3711e031617a5b6.tar.bz2
samba-48dc324cd1a477454ea2fb79a3711e031617a5b6.zip
Merge from HEAD - vl's fix to my const patch. Also update the 'not have_krb5'
case. Andrew Bartlett (This used to be commit 8129529c4faec5ea630acf70b7514a3efc0fbdcf)
Diffstat (limited to 'source3/libsmb/clikrb5.c')
-rw-r--r--source3/libsmb/clikrb5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clikrb5.c b/source3/libsmb/clikrb5.c
index a7b11d777e..cca2a9cd3a 100644
--- a/source3/libsmb/clikrb5.c
+++ b/source3/libsmb/clikrb5.c
@@ -156,7 +156,7 @@ failed:
#else /* HAVE_KRB5 */
/* this saves a few linking headaches */
- DATA_BLOB krb5_get_ticket(char *principal, time_t time_offset)
+ DATA_BLOB krb5_get_ticket(const char *principal, time_t time_offset)
{
DEBUG(0,("NO KERBEROS SUPPORT\n"));
return data_blob(NULL, 0);