fixed shared key lookup in stroke

This commit is contained in:
Martin Willi
2008-03-19 10:24:51 +00:00
parent 3c448f019b
commit d3a6993777
+1 -1
View File
@@ -626,7 +626,7 @@ static bool shared_filter(shared_data_t *data,
{
id_match_t my_match, other_match;
if (!(*in)->type == SHARED_ANY && !(*in)->type == data->type)
if (data->type != SHARED_ANY && (*in)->type != data->type)
{
return FALSE;
}