Fixed verbosity test.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@499 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Unknown User d91-jda
1996-05-05 04:49:44 +00:00
parent d9b00b483d
commit 22fcbfe2b1

View File

@@ -357,9 +357,11 @@ getreply(int expecteof)
return code / 100;
}
}else{
if(auth_complete)
fprintf(stdout, "!!");
fprintf(stdout, "%s\n", buf);
if(verbose > 0 || (verbose > -1 && code > 499)){
if(auth_complete)
fprintf(stdout, "!!");
fprintf(stdout, "%s\n", buf);
}
}
p = buf;
continue;