Explorar el Código

ft: 代码修改

master
SisMaker hace 3 años
padre
commit
9889e52ce8
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      src/agVstCli/agAgencyPoolMgr.erl

+ 1
- 2
src/agVstCli/agAgencyPoolMgr.erl Ver fichero

@ -142,8 +142,7 @@ stopPool(PoolName) ->
undefined ->
{error, poolNotStarted};
_ ->
gen_server:call(?agAgencyPoolMgr, {miStopPool, PoolName}, infinity)
gen_server:call(?agAgencyPoolMgr, {miStopPool, PoolName})
end.
dealStart(PoolName, DbCfgs, AgencyCfgs) ->

Cargando…
Cancelar
Guardar