27 lines
818 B
Diff
27 lines
818 B
Diff
|
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
|