fixed uninitialized variable warning

svn path=/trunk/; revision=16927
This commit is contained in:
Thomas Bluemel 2005-07-31 21:51:04 +00:00
parent 2f708e9f44
commit 9804ebb026

View file

@ -729,7 +729,7 @@ void recvrequest(char *cmd, char *local, char *remote, char *mode,
int (*closefunc)(), _pclose(), fclose();
void (*oldintr)(int), (*oldintp)(int);
void abortrecv();
int oldverbose, oldtype = 0, is_retr, tcrflag, nfnd, bare_lfs = 0;
int oldverbose = 0, oldtype = 0, is_retr, tcrflag, nfnd, bare_lfs = 0;
char *gunique(), msg;
// static char *buf; // Szurgot: Shouldn't this go SOMEWHERE?
char buf[1024];