mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
auth_server: fix segfault reported by Julien Kerihuel <j.kerihuel@openchange.org>
metze
This commit is contained in:
parent
afd07073b9
commit
c2cc8ef943
@ -70,7 +70,7 @@ static NTSTATUS server_get_challenge(struct auth_method_context *ctx, TALLOC_CTX
|
||||
io.in.called_name = strupper_talloc(mem_ctx, io.in.dest_host);
|
||||
|
||||
/* We don't want to get as far as the session setup */
|
||||
io.in.credentials = NULL;
|
||||
io.in.credentials = cli_credentials_init_anon(mem_ctx);
|
||||
io.in.service = NULL;
|
||||
|
||||
io.in.workgroup = ""; /* only used with SPNEGO, disabled above */
|
||||
|
Loading…
Reference in New Issue
Block a user