summaryrefslogtreecommitdiff
path: root/sunrpc/svc_run.c
diff options
context:
space:
mode:
Diffstat (limited to 'sunrpc/svc_run.c')
-rw-r--r--sunrpc/svc_run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/svc_run.c b/sunrpc/svc_run.c
index 72fb939e78..017910b453 100644
--- a/sunrpc/svc_run.c
+++ b/sunrpc/svc_run.c
@@ -79,7 +79,7 @@ svc_run (void)
free (my_pollfd);
continue;
default:
- svc_getreq_poll (my_pollfd, i);
+ INTUSE(svc_getreq_poll) (my_pollfd, i);
free (my_pollfd);
}
}