Bugfix (set shutdown only when we should).
Submitted by: Oleg Girko
This commit is contained in:
parent
21419a7413
commit
79479f0240
@ -200,7 +200,7 @@ static long MS_CALLBACK file_ctrl(BIO *b, int cmd, long num, char *ptr)
|
|||||||
break;
|
break;
|
||||||
case BIO_C_SET_FILE_PTR:
|
case BIO_C_SET_FILE_PTR:
|
||||||
file_free(b);
|
file_free(b);
|
||||||
b->shutdown=(int)num;
|
b->shutdown=(int)num&BIO_CLOSE;
|
||||||
b->ptr=(char *)ptr;
|
b->ptr=(char *)ptr;
|
||||||
b->init=1;
|
b->init=1;
|
||||||
#if defined(MSDOS) || defined(WINDOWS)
|
#if defined(MSDOS) || defined(WINDOWS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user