Fix oversight in commit 3a36284c53c125389c999de5c6c4710973c4cb82.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Sun, 31 Jan 2021 02:27:47 +0000 (11:27 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Sun, 31 Jan 2021 02:27:47 +0000 (11:27 +0900)
commit11bccff58649658d22c3a68939cfbd8853347012
tree3307036a0f1f5f1ea9ac4c4452f0878d8cd75314
parent6d34482739e77be7d9c4f841bb760eb7d0596fbc
Fix oversight in commit 3a36284c53c125389c999de5c6c4710973c4cb82.

When si_get_snapshot() is called, load balance node has not been
decided yet and we cannot use VALID_BACKEND macro.  Use
VALID_BACKEND_RAW instead.
src/protocol/pool_proto_modules.c