X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fconnection.c;h=c52fcf3880bd782dee745e300cc15bb0dfbc792e;hb=7a8e8e37ed254a29f5085855e6d03fe4ff7573e9;hp=df013035a63ce9a42949d3bf035d84db8b585867;hpb=1aa3d495d48e9f30c1be3dbca4c790d518438d77;p=pazpar2-moved-to-github.git diff --git a/src/connection.c b/src/connection.c index df01303..c52fcf3 100644 --- a/src/connection.c +++ b/src/connection.c @@ -360,6 +360,11 @@ static void connection_release(struct connection *co) co->client = 0; } +void connection_release2(struct connection *co) +{ + co->client = 0; +} + void connect_resolver_host(struct host *host, iochan_man_t iochan_man) { struct connection *con;