1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

r22346: Fix small mistake - after sending rpc request we should go to await

rpc result state instead of idle.

rafal
(This used to be commit 00098b6d554d54c5a13b5a58a8b0372239c4c985)
This commit is contained in:
Rafal Szczesniak 2007-04-18 22:16:34 +00:00 committed by Gerald (Jerry) Carter
parent a60ab76694
commit c8151033bf

View File

@ -120,7 +120,7 @@ qx.Proto.buildFsm = function(module)
var trans = new qx.util.fsm.Transition(
"Transition_Idle_to_Idle_via_tree_selection_changed",
{
"nextState" : "State_Idle",
"nextState" : "State_AwaitRpcResult",
"ontransition" : function(fsm, event)
{