compat notes

This commit is contained in:
Michael Davidsaver
2022-04-28 14:23:49 -07:00
parent ec8d0df1b3
commit 9bbe6292a2
2 changed files with 9 additions and 0 deletions
+4
View File
@@ -179,6 +179,10 @@ void Connection::handle_CONNECTION_VALIDATION()
std::string selected;
/* Server list given in reverse order of priority.
* Old pvAccess* was missing a "break" when looping,
* so it took the last known plugin.
*/
for(auto n : range(nauth.size)) {
(void)n;