cvs head bb_boxc question

"fred" <[email protected]>
Newsgroups gmane.comp.mobile.kannel.devel
Message-ID <033f01c46431$b4523cc0$0401a8c0@FRED4>
in cvs head bb_boxc.c fn int route_incoming_to_boxc(Msg *msg)
{

I commented two lines out
    for(i = 0; i < list_len(smsbox_list); i++) {
 bc = list_get(smsbox_list, (i+b) % len);

  //      if (bc->boxc_id != NULL || bc->routable == 0)
***
  //          bc = NULL;
***

        if (bc != NULL && max_incoming_sms_qlength > 0 &&
            list_len(bc->incoming) > max_incoming_sms_qlength) {
            full_found = 1;
            bc = NULL;
        }

        if ((bc != NULL && best != NULL && bc->load < best->load) ||
             (bc != NULL && best == NULL)) {
     best = bc;
        }
    }


I was getting smsbox_list empty!
those two lines didn't make sense to me, can anyone explain this part of
code ?
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.