Fix oversight in connection_life_time fix.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Sat, 15 Aug 2020 03:37:39 +0000 (12:37 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Sat, 15 Aug 2020 03:37:39 +0000 (12:37 +0900)
commit745cec02a4b2c6e98b444b4b4e149632392365bb
tree463aeedb64278b2550b4af7570723e0efc42205b
parent1afc6431bc270df2baf29234ee590f7af47daa9d
Fix oversight in connection_life_time fix.

Commit 39eb90fe199d03253b99bec38d85c40f66aa55ab did not consider the case
when node is down connection struct is NULL. As a result, segfault occurred.
src/protocol/pool_connection_pool.c