projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14334e8
)
fix
author
Christian Grothoff
<christian@grothoff.org>
Thu, 1 Jul 2010 07:32:24 +0000
(07:32 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Thu, 1 Jul 2010 07:32:24 +0000
(07:32 +0000)
src/monkey/mail_sender.c
patch
|
blob
|
history
diff --git
a/src/monkey/mail_sender.c
b/src/monkey/mail_sender.c
index ff5d13e47c75ce999e3255c7fdd82813adc6339d..385198d06f745f6c980279483854cd8f29fb07b0 100644
(file)
--- a/
src/monkey/mail_sender.c
+++ b/
src/monkey/mail_sender.c
@@
-150,7
+150,7
@@
void sendMail()
smtp_session_t session;
smtp_message_t message;
smtp_recipient_t recipient;
- auth_context_t authctx;
+
//
auth_context_t authctx;
const smtp_status_t *status;
struct sigaction sa;
char *host = "localhost:25";
@@
-222,7
+222,7
@@
void sendMail()
/* Free resources consumed by the program.
*/
smtp_destroy_session(session);
- auth_destroy_context(authctx);
+
//
auth_destroy_context(authctx);
fclose(fp);
auth_client_exit();
exit(0);