Merge branch 'master' of bitbucket.org:p27-lanl/elog-xss

This commit is contained in:
Jason Gochanour 2016-05-31 13:45:35 -06:00
commit ddaa01348a

View File

@ -20737,7 +20737,8 @@ void show_elog_list(LOGBOOK * lbs, int past_n, int last_n, int page_n, BOOL defa
if (i == *msg_list[index].lbs->n_el_index) if (i == *msg_list[index].lbs->n_el_index)
break; break;
in_reply_to_id = msg_list[index].lbs->el_index[i].in_reply_to; //in_reply_to_id = msg_list[index].lbs->el_index[i].in_reply_to;
in_reply_to_id = 0;
} while (in_reply_to_id); } while (in_reply_to_id);