mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +03:00
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)
This commit is contained in:
parent
1f67168a54
commit
48dc324cd1
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user