diff options
Diffstat (limited to 'protocols/oscar/chatnav.c')
-rw-r--r-- | protocols/oscar/chatnav.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/protocols/oscar/chatnav.c b/protocols/oscar/chatnav.c index e2de2ff3..1aefd6e7 100644 --- a/protocols/oscar/chatnav.c +++ b/protocols/oscar/chatnav.c @@ -199,8 +199,9 @@ static int parseinfo_perms(aim_session_t *sess, aim_module_t *mod, aim_frame_t * * 2 Exchange creation allowed * */ - if (aim_gettlv(innerlist, 0x00d5, 1)) - ; + if (aim_gettlv(innerlist, 0x00d5, 1)) { + aim_gettlv8(innerlist, 0x00d5, 1); /* createperms */ + } /* * Type 0x00d6: Character Set (First Time) |