Sun, 21 Sep 2003 20:57:19 +0000
[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(¬ice, ZAUTH); g_free(buf); return 1; }