-> stderr \n
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2908 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -50,7 +50,7 @@ krb5_prompter_posix (krb5_context context,
|
|||||||
int i;
|
int i;
|
||||||
|
|
||||||
if (banner)
|
if (banner)
|
||||||
printf ("%s", banner);
|
fprintf (stderr, "%s\n", banner);
|
||||||
for (i = 0; i < num_prompts; ++i) {
|
for (i = 0; i < num_prompts; ++i) {
|
||||||
if (prompts[i].hidden) {
|
if (prompts[i].hidden) {
|
||||||
if(des_read_pw_string(prompts[i].reply->data,
|
if(des_read_pw_string(prompts[i].reply->data,
|
||||||
|
Reference in New Issue
Block a user