From e291d233bb81f360159fdaf9e4477c34275e9267 Mon Sep 17 00:00:00 2001 From: AICells <1713699517@qq.com> Date: Mon, 23 Dec 2019 00:11:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/httpCli/agHttpCli.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/httpCli/agHttpCli.erl b/src/httpCli/agHttpCli.erl index a2ebd5e..5f11b82 100644 --- a/src/httpCli/agHttpCli.erl +++ b/src/httpCli/agHttpCli.erl @@ -117,7 +117,7 @@ castAgency(PoolName, Request, Pid) -> -spec castAgency(poolName(), term(), pid(), timeout()) -> {ok, requestId()} | {error, atom()}. castAgency(PoolName, RequestContent, Pid, Timeout) -> - case agAgencyPoolMgrExm:getOneAgency(PoolName) of + case agAgencyPoolMgrIns:getOneAgency(PoolName) of {error, pool_not_found} = Error -> Error; undefined ->