command=stop functional and works much better PAZ-967
[pazpar2-moved-to-github.git] / src / connection.c
index df01303..c52fcf3 100644 (file)
@@ -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;