Fix warning about using wrong enum that is probably causing an actual
authorStephen Fisher <steve@stephen-fisher.com>
Fri, 22 Apr 2011 17:51:48 +0000 (17:51 -0000)
committerStephen Fisher <steve@stephen-fisher.com>
Fri, 22 Apr 2011 17:51:48 +0000 (17:51 -0000)
commit939731ee8ec1cd5e1f71ec95a85ed2734c1551a9
tree2656bbde23338a2d77bb80fb288241b9d1e104fb
parent2ff1e353c82f17ed1cdf8d0a50ce7aff4769a7a2
Fix warning about using wrong enum that is probably causing an actual
bug: whenever call_state is assigned to VOIP_CALL_SETUP in other parts
of Wireshark code (such as gtk/voip_calls.c), then call_active_state
is set to VOIP_ACTIVE.  Do that here too.  It was set to VOIP_NO_STATE
(from the wrong enum), which would have likely resulted in the wrong
value being assigned.

svn path=/trunk/; revision=36824
epan/dissectors/packet-rtsp.c