Use a variable consistently.
authorGerald Combs <gerald@wireshark.org>
Mon, 25 Jul 2016 17:15:46 +0000 (10:15 -0700)
committerAnders Broman <a.broman58@gmail.com>
Tue, 26 Jul 2016 03:51:35 +0000 (03:51 +0000)
commit896751e013a63733702ab2c247ea8ff9db0b0332
treea99840a8a0310d7c56b81bd1d1d1a79914fa95c9
parent2bec34aedcf2c562db1976c40988726816a4185a
Use a variable consistently.

We test against "field" in ServiceResponseTimeDialog::filterExpression.
Make sure we use it within the test as well.

Bug: 12627
Change-Id: If11ab9fcdb8394f4366569185808ec1ddfc34dfe
Reviewed-on: https://code.wireshark.org/review/16672
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
ui/qt/service_response_time_dialog.cpp