SW: Use keyset 1 when no keysets exist and use active keyset is selected; closes #13

This commit is contained in:
Daniel Dugger 2019-11-05 12:15:34 -05:00
parent c954589da6
commit cea1c14e3e
1 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ namespace KFDtool.P25.ManualRekey
}
else
{
throw new Exception("no active keyset");
ksid = 1; // to match KVL3000+ R3.53.03 behavior
}
}
else
@ -188,7 +188,7 @@ namespace KFDtool.P25.ManualRekey
}
else
{
throw new Exception("no active keyset");
ksid = 1; // to match KVL3000+ R3.53.03 behavior
}
}
else