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:
parent
a60ab76694
commit
c8151033bf
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user