Bug 88088 - Incorrect assert
Summary: Incorrect assert
Status: RESOLVED FIXED
Alias: None
Product: dbus
Classification: Unclassified
Component: core (show other bugs)
Version: git master
Hardware: Other All
: low minor
Assignee: D-Bus Maintainers
QA Contact: D-Bus Maintainers
URL:
Whiteboard:
Keywords: love
Depends on:
Blocks:
 
Reported: 2015-01-06 04:01 UTC by Joshua Rogers
Modified: 2015-01-06 22:47 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Joshua Rogers 2015-01-06 04:01:45 UTC
Hi,
In /bus/signals.c:

2342      _dbus_assert (rule->flags = BUS_MATCH_ARGS);

It should be ==, not =.


Thanks,
Comment 1 Simon McVittie 2015-01-06 22:47:39 UTC
Well spotted. Fixed in git for 1.9.8 with the obvious change.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.