Local stanzas are routed one by one, not by multicast

This commit is contained in:
Badlop 2018-11-06 00:07:34 +01:00
parent 9253f3d113
commit 602bfa3c3c
1 changed files with 3 additions and 0 deletions

View File

@ -826,6 +826,9 @@ add_response(RServer, Response, State) ->
search_server_on_cache(RServer, LServerS, _LServiceS, _Maxmins)
when RServer == LServerS ->
route_single;
search_server_on_cache(RServer, LServerS, LServiceS, _Maxmins)
when RServer == LServiceS ->
route_single;
search_server_on_cache(RServer, _LServerS, LServiceS, Maxmins) ->
case look_server(RServer) of
not_cached ->