hopefully call working

This commit is contained in:
2024-09-01 12:01:28 +02:00
parent de7554ec00
commit b5e24cbcd1

View File

@@ -30,7 +30,7 @@ route {
# Record routing for stateful processing
record_route();
# Load balance using dispatcher
if (!ds_select_dst("0", "4")) {
if (!ds_select_dst("1", "4")) {
sl_send_reply("500", "No destination");
exit;
}