Markus Armbruster 9083da1d4c net: Don't use error_is_set() to suppress additional errors
Using error_is_set(errp) that way can sweep programming errors under
the carpet when we get called incorrectly with an error set.

qmp_query_rx_filter() breaks its loop when it detects an error.  It
needs to set another error when the loop completes normally.

Return right away instead of merely breaking the loop.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2014-04-25 15:58:07 +02:00
..
2013-03-25 11:13:10 +01:00
2013-12-09 13:33:19 +01:00
2013-09-06 17:01:26 +02:00
2013-02-27 16:10:39 +01:00
2013-02-01 11:03:02 -06:00
2013-02-01 11:03:02 -06:00
2013-02-01 11:03:02 -06:00
2013-02-27 16:10:47 +01:00
2013-02-01 11:03:02 -06:00
2012-12-19 08:31:29 +01:00