Skip to content

Commit

Permalink
Change conversation error without error message from Received-No-Resp…
Browse files Browse the repository at this point in the history
…onse to Unknown-Error
  • Loading branch information
devurandom committed Dec 15, 2012
1 parent c6f8775 commit 329378d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pam.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 329378d

Please sign in to comment.