# HG changeset patch # User Mark Doliner # Date 1064177839 0 # Node ID 7c3a11c69be94837f7f2a1281bdc46f474c5edde # Parent 347e456550e6d81691788c7c5a6294aa50aa8b0b [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: Tailor Script diff -r 347e456550e6 -r 7c3a11c69be9 src/protocols/zephyr/zephyr.c --- 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; }