bus-message: return -EBADMSG not -EINVAL on invalid !gvariant messages

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-08-11 11:43:09 +02:00
parent edde66ffc2
commit d831fb6f2b
2 changed files with 1 additions and 1 deletions

View File

@ -5024,7 +5024,7 @@ static int message_skip_fields(
*signature += l;
} else
return -EINVAL;
return -EBADMSG;
}
}