Bugfix (set shutdown only when we should).

Submitted by: Oleg Girko
This commit is contained in:
Bodo Möller 1999-05-15 12:22:19 +00:00
parent 21419a7413
commit 79479f0240

View File

@ -200,7 +200,7 @@ static long MS_CALLBACK file_ctrl(BIO *b, int cmd, long num, char *ptr)
break;
case BIO_C_SET_FILE_PTR:
file_free(b);
b->shutdown=(int)num;
b->shutdown=(int)num&BIO_CLOSE;
b->ptr=(char *)ptr;
b->init=1;
#if defined(MSDOS) || defined(WINDOWS)