fixed one incorrect fprintf to stderr

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11968 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2003-04-04 02:10:17 +00:00
parent a88a8b9659
commit f64b6ae0cc
2 changed files with 5 additions and 1 deletions

View File

@@ -420,7 +420,7 @@ doit(int s,
state = QUIT;
net_write (s, "QUIT\r\n", 6);
if (verbose > 1)
fprintf (stderr, "QUIT\r\n", 6);
fprintf (stderr, "QUIT\r\n");
break;
}
} else if (++state == STAT) {