summaryrefslogtreecommitdiff
path: root/emacs/xml_interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/xml_interface.c')
-rw-r--r--emacs/xml_interface.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/xml_interface.c b/emacs/xml_interface.c
index 36b1742..2541281 100644
--- a/emacs/xml_interface.c
+++ b/emacs/xml_interface.c
@@ -131,7 +131,8 @@ void req_process (rexmpp_t *s,
}
}
recipients[recipients_num] = NULL;
- char *payload_str = rexmpp_openpgp_payload(s, xmlCopyNode(payload_xml, 1), recipients, mode);
+ char *payload_str =
+ rexmpp_openpgp_payload(s, xmlCopyNode(payload_xml, 1), recipients, NULL, mode);
for (recipients_num = 0; recipients[recipients_num] != NULL; recipients_num++) {
free(recipients[recipients_num]);
}