Fix a crash in admin console when primary_port is not initialized.
iobuf_init() needs to be called regardless of whether iproto is initialized or not. Do it. Make provisions to make it possible to update readahead on the fly.
Showing
- src/box/box.cc 3 additions, 2 deletionssrc/box/box.cc
- src/iobuf.cc 18 additions, 10 deletionssrc/iobuf.cc
- src/iobuf.h 4 additions, 7 deletionssrc/iobuf.h
- src/iproto.cc 1 addition, 2 deletionssrc/iproto.cc
- src/iproto.h 1 addition, 1 deletionsrc/iproto.h
- src/tarantool.cc 3 additions, 0 deletionssrc/tarantool.cc
Loading
Please register or sign in to comment