diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-01-24 12:28:13 +1300 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-01-24 12:28:13 +1300 |
commit | 9fae35c9cf2d5a319623946705e5d7179ea5c338 (patch) | |
tree | c489bfe332588c4fb918b4759c3f89f8b4c0a75f /protocols/oscar/service.c | |
parent | 7308b63f3300d5b2a326edfde6c50a18bc05e3e5 (diff) | |
parent | 68c7c145c281fe3ae734b345bf133d70d1ef8652 (diff) |
Merge from Wilmer
Diffstat (limited to 'protocols/oscar/service.c')
-rw-r--r-- | protocols/oscar/service.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/oscar/service.c b/protocols/oscar/service.c index 875a2eb0..573e1983 100644 --- a/protocols/oscar/service.c +++ b/protocols/oscar/service.c @@ -736,8 +736,6 @@ int aim_setextstatus(aim_session_t *sess, aim_conn_t *conn, guint32 status) tlvlen = aim_addtlvtochain32(&tl, 0x0006, data); - printf("%d\n", tlvlen); - if (!(fr = aim_tx_new(sess, conn, AIM_FRAMETYPE_FLAP, 0x02, 10 + 8))) return -ENOMEM; |