Fix invalid access of memory

This commit is contained in:
Aravind Sirsikar 2016-08-30 18:00:17 +05:30
parent 6d520405df
commit 41ba74c669
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ void gprs_rlcmac_tbf::set_polling(uint32_t new_poll_fn, uint8_t ts)
name(), new_poll_fn, ts);
gprs_rlcmac_dl_tbf *dl_tbf = as_dl_tbf(this);
#if 1
#if 0
sprintf(log_xx[log_ptr++ % 8000],"%s: Sc poll FN %d TS %d cur_fn(%d) va(%d) vs(%d)\n",
name(), new_poll_fn, ts, bts->current_frame_number(), dl_tbf->m_window.v_a(), dl_tbf->m_window.v_s() );
#endif