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;
|
return code / 100;
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
if(auth_complete)
|
if(verbose > 0 || (verbose > -1 && code > 499)){
|
||||||
fprintf(stdout, "!!");
|
if(auth_complete)
|
||||||
fprintf(stdout, "%s\n", buf);
|
fprintf(stdout, "!!");
|
||||||
|
fprintf(stdout, "%s\n", buf);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
p = buf;
|
p = buf;
|
||||||
continue;
|
continue;
|
||||||
|
Reference in New Issue
Block a user