From cc14cf5ac461df759c2bb1f9984a183929a2e23c Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 11 Aug 1997 03:38:43 +0000 Subject: [PATCH] -> stderr \n git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2908 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/prompter_posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/prompter_posix.c b/lib/krb5/prompter_posix.c index 399372df8..e2226aee0 100644 --- a/lib/krb5/prompter_posix.c +++ b/lib/krb5/prompter_posix.c @@ -50,7 +50,7 @@ krb5_prompter_posix (krb5_context context, int i; if (banner) - printf ("%s", banner); + fprintf (stderr, "%s\n", banner); for (i = 0; i < num_prompts; ++i) { if (prompts[i].hidden) { if(des_read_pw_string(prompts[i].reply->data,