Fix a copy-paste error.

svn path=/trunk/; revision=51569
This commit is contained in:
Anders Broman 2013-08-28 19:53:44 +00:00
parent 87d4d484c7
commit 821b3f24e3
1 changed files with 1 additions and 1 deletions

View File

@ -7074,7 +7074,7 @@ static void dcm_apply_settings(void) {
We would never be called, by just having the heuristic registration
*/
dissector_add_uint_range("tcp.port", global_dcm_tcp_range_backup, dcm_handle);
dissector_add_uint_range("tcp.port", global_dcm_tcp_range, dcm_handle);
/* remember settings for next time */
global_dcm_tcp_range_backup = range_copy(global_dcm_tcp_range);