After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 689808 - The CDS last change parser cannot extract updateID
The CDS last change parser cannot extract updateID
Status: RESOLVED FIXED
Product: gupnp-av
Classification: Other
Component: General
0.11.x
Other Linux
: Normal normal
: ---
Assigned To: GUPnP Maintainers
GUPnP Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-12-06 20:21 UTC by Mark Ryan
Modified: 2019-02-22 05:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix updateID handling in the CDS LastChange Parser (2.89 KB, patch)
2012-12-06 20:21 UTC, Mark Ryan
committed Details | Review

Description Mark Ryan 2012-12-06 20:21:51 UTC
Created attachment 230915 [details] [review]
Fix updateID handling in the CDS LastChange Parser

The CDS LastChange parser is currently always returning 0 for the updateID of a last change event.  This is because it is trying to extract the value from a child node rather than an attribute.  I've attached a patch that fixes the problem by treating the updateID as an attribute.
Comment 1 Jens Georg 2012-12-07 09:02:19 UTC
And on top I forgot to check this in the test :-/ Thanks.