summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pam_stubs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pam_stubs.c b/pam_stubs.c
index 24e3a32..3a51986 100644
--- a/pam_stubs.c
+++ b/pam_stubs.c
@@ -57,6 +57,7 @@ static int converse(int nMsg, const struct pam_message ** messages, struct pam_r
struct pam_response * local_responses;
caml_pam_handle * h;
+ CAMLparam0();
CAMLlocal1(ret);
h = (caml_pam_handle *)data;