]> andersk Git - libfaim.git/blobdiff - aim_chatnav.c
Oops.
[libfaim.git] / aim_chatnav.c
index 0967d0db1c76e0d19114cdb0f49d9458ba8e05d6..4c93af17ac7fcf08d1883d1d1f50eccdf50395f1 100644 (file)
@@ -207,7 +207,6 @@ faim_internal int aim_chatnav_parse_info(struct aim_session_t *sess, struct comm
                tmptlv = aim_gettlv(innerlist, 0x00d5, 1);
                createperms = aimutil_get8(tmptlv->value);
                
-               printf("faim: creation permissions %x\n", createperms);
              }
 
              /*
@@ -385,7 +384,7 @@ faim_internal int aim_chatnav_parse_info(struct aim_session_t *sess, struct comm
        createperms = aimutil_get8(tmp->value);
 
       if ((userfunc = aim_callhandler(command->conn, 0x000d, 0x0009))) {
-       ret = userfunc(sess, command, snac->type, fqcn, instance, flags, createtime, maxmsglen, maxoccupancy, createperms, unknown, name, ck);
+       ret = userfunc(sess, command, snac->type, fqcn, instance, exchange, flags, createtime, maxmsglen, maxoccupancy, createperms, unknown, name, ck);
       }
      
       if (ck)
This page took 0.169655 seconds and 4 git commands to generate.