Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:lafenghu
libopensync-plugin-moto
libopensync-plugin-moto-fix-mototool-segfault.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libopensync-plugin-moto-fix-mototool-segfault.diff of Package libopensync-plugin-moto
Index: motosync.py =================================================================== --- motosync.py (Revision 2499) +++ motosync.py (Revision 2500) @@ -1545,7 +1545,8 @@ ret = [] for entry in entries: change = opensync.OSyncChange() - change.member = member + if member: + change.member = member change.objtype = objtype change.uid = self.__generate_uid(entry) change.format = "xml-%s-doc" % objtype
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor