Revision 08767f9d9bbfb9f7557b1c973af8e4634c523c17
thekingant at pidgin.im
thekingant at pidgin.im
Wed Apr 11 01:20:30 EDT 2007
o -----------------------------------------------------------------
| Revision: 08767f9d9bbfb9f7557b1c973af8e4634c523c17
| Ancestor: c97b1a6334bb80fce5a9f32ad473ab323ab7ab44
| Author: thekingant
| Date: 2004-12-02T23:15:20
| Branch: im.pidgin.gaim.oldstatus
|
| Modified files:
| src/protocols/zephyr/zephyr.c
|
| ChangeLog:
|
| [gaim-migrate @ 11485]
| Backport from head.
| ============================================================
| --- src/protocols/zephyr/zephyr.c 0c1b7dd0f0d2e778b94f2c5b290bf0e41ec04e38
| +++ src/protocols/zephyr/zephyr.c 7deb2c3705d8d3380dc7db07a0f46fa7065f1fbb
| @@ -681,7 +681,7 @@ static void message_failed(GaimConnectio
| }
| }
|
| -static void handle_message(GaimConnection *gc,ZNotice_t notice, struct sockaddr_in from)
| +static void handle_message(GaimConnection *gc,ZNotice_t notice)
| {
| zephyr_account* zephyr = gc->proto_data;
|
| @@ -1054,7 +1054,6 @@ static gint check_notify_tzc(gpointer da
| GaimConnection *gc = (GaimConnection *)data;
| zephyr_account* zephyr = gc->proto_data;
| parse_tree *newparsetree = read_from_tzc(zephyr);
| - struct sockaddr_in from;
| if (newparsetree != NULL) {
| gchar *spewtype;
| if ( (spewtype = tree_child(find_node(newparsetree,"tzcspew"),2)->contents) ) {
| @@ -1078,7 +1077,7 @@ static gint check_notify_tzc(gpointer da
| notice.z_default_format = "Class $class, Instance $instance:\n" "To: @bold($recipient) at $time $date\n" "From: @bold($1) <$sender>\n\n$2";
| notice.z_message_len = strlen(msg) + 3;
| notice.z_message = buf;
| - handle_message(gc,notice,from);
| + handle_message(gc, notice);
| g_free(msg);
| /* g_free(zsig); */
| g_free(buf);
| @@ -1166,7 +1165,7 @@ static gint check_notify_zeph02(gpointer
| case UNSAFE:
| case UNACKED:
| case ACKED:
| - handle_message(gc,notice, from);
| + handle_message(gc,notice);
| break;
| case SERVACK:
| if (!(g_ascii_strcasecmp(notice.z_message, ZSRVACK_NOTSENT))) {
To get the patch for this revision, please do this:
mtn log --last 1 --diffs --from 08767f9d9bbfb9f7557b1c973af8e4634c523c17
More information about the Commits
mailing list