Fix verbosity bug.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@801 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1996-09-29 05:19:32 +00:00
parent 3361e87bb2
commit fc8b39f904

View File

@@ -34,6 +34,7 @@ void kauth(int argc, char **argv)
ret = command("SITE KAUTH %s", name);
if(ret != CONTINUE){
verbose = overbose;
code = -1;
return;
}
@@ -56,6 +57,7 @@ void kauth(int argc, char **argv)
p = strstr(reply_string, "P=");
if(!p){
printf("Bad reply from server.\n");
verbose = overbose;
code = -1;
return;
}