mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Fix for AIX - you can't qualify a return type as const, when it's not a
pointer.
(merge from HEAD).
Andrew Bartlett
(This used to be commit 9e3d0cd9de
)
This commit is contained in:
parent
e13d513739
commit
90d17c04ca
@ -464,7 +464,7 @@ static BOOL check_auth_crap(void)
|
||||
and valid authentication types
|
||||
*/
|
||||
|
||||
static const DATA_BLOB get_challenge(void)
|
||||
static DATA_BLOB get_challenge(void)
|
||||
{
|
||||
static DATA_BLOB chal;
|
||||
if (opt_challenge.length)
|
||||
|
Loading…
Reference in New Issue
Block a user