Ver código fonte

bug fix

master
SisMaker 4 anos atrás
pai
commit
f50cec176d
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      src/sync/esSyncSrv.erl

+ 2
- 2
src/sync/esSyncSrv.erl Ver arquivo

@ -130,9 +130,9 @@ handleCall(miCurInfo, _, State, _Form) ->
handleCall(_Request, _, _State, _From) ->
kpS_S.
handleCast(miPause, _, State) ->
handleCast(miPause, running, State) ->
{nextS, pause, State};
handleCast(miUnpause, _, State) ->
handleCast(miUnpause, pause, State) ->
{nextS, running, State};
handleCast({miSyncNode, IsSync}, _, State) ->
case IsSync of

Carregando…
Cancelar
Salvar