X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Fauths%2Fplaintext.c;h=29c8b496ef4111d33d3edf32e6db52dcc9bf43ca;hb=dca6d121a4bdc3fd58cf1e72e9fe04278ae6fac0;hp=6c9703554ae6dd72da2df53d7f0469cedaa54530;hpb=ecf14f2aeb1baccb27426d3c2e3b7a0b4f4f2e23;p=exim.git diff --git a/src/src/auths/plaintext.c b/src/src/auths/plaintext.c index 6c9703554..29c8b496e 100644 --- a/src/src/auths/plaintext.c +++ b/src/src/auths/plaintext.c @@ -74,14 +74,14 @@ if (ob->client_send != NULL) ablock->client = TRUE; /* For interface, see auths/README */ int -auth_plaintext_server(auth_instance *ablock, uschar *data) +auth_plaintext_server(auth_instance * ablock, uschar * data) { -auth_plaintext_options_block *ob = +auth_plaintext_options_block * ob = (auth_plaintext_options_block *)(ablock->options_block); -const uschar *prompts = ob->server_prompts; -uschar *clear, *end, *s; +const uschar * prompts = ob->server_prompts; +uschar * s; int number = 1; -int len, rc; +int rc; int sep = 0; /* Expand a non-empty list of prompt strings */ @@ -143,7 +143,6 @@ auth_plaintext_options_block *ob = (auth_plaintext_options_block *)(ablock->options_block); const uschar * text = ob->client_send; const uschar * s; -BOOL first = TRUE; int sep = 0; int auth_var_idx = 0, rc; int flags = AUTH_ITEM_FIRST;