1
0
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:
Stefan Metzmacher 2008-08-01 15:19:27 +02:00
parent afd07073b9
commit c2cc8ef943

View File

@ -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 */