diff src/oscar.c @ 1100:f168625b63fe

[gaim-migrate @ 1110] some perl updates, and indication of which account got warned committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 16 Nov 2000 08:48:01 +0000
parents a930439f29b1
children 5bc8fdacd2cb
line wrap: on
line diff
--- a/src/oscar.c	Thu Nov 16 07:35:58 2000 +0000
+++ b/src/oscar.c	Thu Nov 16 08:48:01 2000 +0000
@@ -1232,12 +1232,13 @@
 int gaim_parse_evilnotify(struct aim_session_t *sess, struct command_rx_struct *command, ...) {
 	va_list ap;
 	char *sn;
+	struct gaim_connection *gc = find_gaim_conn_by_aim_sess(sess);
 
 	va_start(ap, command);
 	sn = va_arg(ap, char *);
 	va_end(ap);
 
-	serv_got_eviled(sn, 0);
+	serv_got_eviled(gc, sn, 0);
 
 	return 1;
 }