[gaim-migrate @ 7451]

Sun, 21 Sep 2003 20:57:19 +0000

author
Arun Tharuvai <aatharuv@mit.edu>
date
Sun, 21 Sep 2003 20:57:19 +0000
changeset 6904
6c6f9543d94e
parent 6903
56f56665ee88
child 6905
dd40a6134713

[gaim-migrate @ 7451]
Thanks to Arun A Tharuvai for this and the last patch.
This one fixes personal zephyrs, the last one fixed a compilation
problem with kerberos on debian and likely other recent distributions.

committer: Mark Doliner <markdoliner@pidgin.im>

src/protocols/zephyr/zephyr.c file | annotate | diff | comparison | revisions
--- a/src/protocols/zephyr/zephyr.c	Sun Sep 21 20:47:24 2003 +0000
+++ b/src/protocols/zephyr/zephyr.c	Sun Sep 21 20:57:19 2003 +0000
@@ -818,6 +818,7 @@
 		"From: @bold($1) <$sender>\n\n$2";
 	notice.z_message_len = strlen(im) + strlen(sig) + 4;
 	notice.z_message = buf;
+	ZSendNotice(&notice, ZAUTH);
 	g_free(buf);
 	return 1;
 }

mercurial