Commit 946098396a9972a1e24f4894f8d1c02821030fe7

  • avatar
  • Ilkka <ima @fla197…ptop.(none)>
  • Fri Jun 11 14:06:20 CEST 2010
  • Tree SHA1: 782d4a5
  • Parent SHA1: e82013b (ld_bt_rfcomm: Added sdp_connect return value check to prevent seqmentation fault in bt_scene_open when bt module is turned off)
  • raw diff | raw patch
l_up: Basic nodes request all cmaps (all IAs) from LManager. This way connecting BN knows where to forward Gateway-calls if LManager is local but Gateway is not.
  
501501 will be free'd in process_cmp_getcmap_cnf() */
502502 wq = (struct lwq *)nota_malloc(sizeof(struct lwq));
503503 nota_assert(wq!=NULL);
504 lproto_cmp_getcmap_req(l_in, cc, l_in->rm_ia, wq,
504 /* TODO/NOTE: Requesting all IAs known to the Manager. Perhaps we
505 * we should only request either Managers or Gateways (currently
506 * there's no mechanism to request Gateways, therefore we use IA_ANY)*/
507 lproto_cmp_getcmap_req(l_in, cc, IA_ANY, wq,
505508 process_cmp_getcmap_cnf);
506509 ccache_release(l_in, cc, CCACHE_VALID);
507510 }