summaryrefslogtreecommitdiffstats
path: root/sbin/casperd/casperd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/casperd/casperd.c')
-rw-r--r--sbin/casperd/casperd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/casperd/casperd.c b/sbin/casperd/casperd.c
index 4b9037b..f838811 100644
--- a/sbin/casperd/casperd.c
+++ b/sbin/casperd/casperd.c
@@ -357,7 +357,7 @@ service_external_execute(int chanfd)
int stderrfd, execfd, procfd;
nvlist_t *nvl;
- nvl = nvlist_recv(chanfd);
+ nvl = nvlist_recv(chanfd, 0);
if (nvl == NULL)
pjdlog_exit(1, "Unable to receive nvlist");
service = nvlist_take_string(nvl, "service");
OpenPOWER on IntegriCloud