treewide: rename exec_timeout to rpc_exec_timeout
[project/rpcd.git] / file.c
diff --git a/file.c b/file.c
index fbc099c43a8f2d4f4703038c50ef056ef724ab2e..e1bc0acc6b2ea8dda7cd96c8b74e180d94bf2027 100644 (file)
--- a/file.c
+++ b/file.c
@@ -690,7 +690,7 @@ rpc_file_exec_run(const char *cmd,
                uloop_process_add(&c->process);
 
                c->timeout.cb = rpc_file_exec_timeout_cb;
-               uloop_timeout_set(&c->timeout, exec_timeout);
+               uloop_timeout_set(&c->timeout, rpc_exec_timeout);
 
                close(opipe[1]);
                close(epipe[1]);