generate channel_envs

This commit is contained in:
2021-02-11 13:38:07 +01:00
parent 4b510ea91b
commit 1596ca15b5
5 changed files with 61 additions and 27 deletions

View File

@@ -117,6 +117,9 @@ namespace imc
&& ( version == ky.version_ || version == -1 ) )
{
mykey = ky;
// provide first match
return mykey;
}
}