Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.5:Update
wget.10861
wget-ignore-void-retvalue.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File wget-ignore-void-retvalue.patch of Package wget.10861
Index: wget-1.19.5/src/host.c =================================================================== --- wget-1.19.5.orig/src/host.c +++ wget-1.19.5/src/host.c @@ -732,7 +732,10 @@ wait_ares (ares_channel channel) ares_process (channel, &read_fds, &write_fds); } if (timer) - timer = ptimer_destroy (timer); + { + ptimer_destroy (timer); + timer = NULL; + } } static void
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