diff --git a/pam.c b/pam.c index ad3d955..b824bf2 100644 --- a/pam.c +++ b/pam.c @@ -65,7 +65,7 @@ static int lua_conversation(int num_msg, const struct pam_message **msg, struct } else { lua_settop(L, base); - lua_pushstring(L, "(Received no response)"); + lua_pushstring(L, "Unknown error"); } return PAM_CONV_ERR;