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:
@@ -1,3 +1,7 @@
|
|||||||
|
2003-04-03 Assar Westerlund <assar@kth.se>
|
||||||
|
|
||||||
|
* push.c: fixed one incorrect fprintf to stderr
|
||||||
|
|
||||||
2003-03-18 Love H<>rnquist <20>strand <lha@it.su.se>
|
2003-03-18 Love H<>rnquist <20>strand <lha@it.su.se>
|
||||||
|
|
||||||
* push.c: add names of pop states, add some more debugging and use
|
* push.c: add names of pop states, add some more debugging and use
|
||||||
|
@@ -420,7 +420,7 @@ doit(int s,
|
|||||||
state = QUIT;
|
state = QUIT;
|
||||||
net_write (s, "QUIT\r\n", 6);
|
net_write (s, "QUIT\r\n", 6);
|
||||||
if (verbose > 1)
|
if (verbose > 1)
|
||||||
fprintf (stderr, "QUIT\r\n", 6);
|
fprintf (stderr, "QUIT\r\n");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} else if (++state == STAT) {
|
} else if (++state == STAT) {
|
||||||
|
Reference in New Issue
Block a user