mirror of https://github.com/duggerd/KFDtool.git
SW: Use keyset 1 when no keysets exist and use active keyset is selected; closes #13
This commit is contained in:
parent
c954589da6
commit
cea1c14e3e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue