Fixed verbosity test.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@499 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user