Fix bug #1841: Crash after adding&deleting a column (while packet capture

is in progress).


svn path=/trunk/; revision=23523
This commit is contained in:
Stephen Fisher 2007-11-20 23:21:33 +00:00
parent 9dc828635d
commit d0b752c441
1 changed files with 1 additions and 1 deletions

View File

@ -586,7 +586,7 @@ packet_list_recreate(void)
main_widgets_rearrange();
if(cfile.state != FILE_CLOSED)
cf_reload(&cfile);
cf_redissect_packets(&cfile);
}
void