Pass encrypted device to cryptprompt
1 files changed, 1 insertions(+), 1 deletions(-) M nlplug-findfs/nlplug-findfs.c
M nlplug-findfs/nlplug-findfs.c => nlplug-findfs/nlplug-findfs.c +1 -1
@@ 626,7 626,7 @@ static void *cryptsetup_thread(void *data) close(fd[0]); dup2(fd[1], 3); close(fd[1]); - execlp(c->crypt.data.prompt, c->crypt.data.prompt, NULL); + execlp(c->crypt.data.prompt, c->crypt.data.prompt, c->crypt.data.devnode, NULL); warn("executing prompt %s", c->crypt.data.prompt); }