Pass through wildcard when have match in incmp

This commit is contained in:
lash
2023-04-16 08:13:09 +01:00
parent 355b466746
commit 0ab6868eca
13 changed files with 89 additions and 16 deletions

View File

@@ -113,11 +113,6 @@ func(st *State) ResetFlag(bitIndex uint32) (bool, error) {
return true, nil
}
// ResetBaseFlags restes all builtin flags not writeable by client.
func(st *State) ResetBaseFlags() {
st.Flags[0] = 0
}
// GetFlag returns the state of the flag at the given bit field index.
//
// Fails if bit field index is out of range.