Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.0:Staging:E
rpcbind
svc-freeargs.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File svc-freeargs.patch of Package rpcbind
Index: rpcbind-0.2.3/src/rpcb_svc.c =================================================================== --- rpcbind-0.2.3.orig/src/rpcb_svc.c +++ rpcbind-0.2.3/src/rpcb_svc.c @@ -166,7 +166,7 @@ rpcb_service_3(struct svc_req *rqstp, SV svcerr_decode(transp); if (debugging) (void) xlog(LOG_DEBUG, "rpcbind: could not decode"); - return; + goto done; } if (rqstp->rq_proc == RPCBPROC_SET Index: rpcbind-0.2.3/src/rpcb_svc_4.c =================================================================== --- rpcbind-0.2.3.orig/src/rpcb_svc_4.c +++ rpcbind-0.2.3/src/rpcb_svc_4.c @@ -220,7 +220,7 @@ rpcb_service_4(struct svc_req *rqstp, SV svcerr_decode(transp); if (debugging) (void) xlog(LOG_DEBUG, "rpcbind: could not decode\n"); - return; + goto done; } if (rqstp->rq_proc == RPCBPROC_SET
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