Skip to content
Snippets Groups Projects
Commit e585a774 authored by Georgy Moshkin's avatar Georgy Moshkin :speech_balloon: Committed by Dmitry Ivanov
Browse files

fix: assertion failure in DEBUG builds

NO_DOC=bug fix
NO_TEST=bug fix
NO_CHANGELOG=bug fix
parent a3465935
No related branches found
No related tags found
No related merge requests found
......@@ -376,6 +376,9 @@ ssl_iostream_create_supported(struct iostream *io, int fd,
io->fd = fd;
io->data = ssl;
io->vtab = &ssl_iostream_vtab;
#ifndef NDEBUG
io->owner = NULL;
#endif
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment