]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Call parent swanSong from ConnOpener
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 15 Aug 2010 08:20:35 +0000 (20:20 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 15 Aug 2010 08:20:35 +0000 (20:20 +1200)
src/comm/ConnOpener.cc

index bbb471e3331e53c872e8a457d7ce180ccd016353..71d17022e2c1f3701be317b0b7b1ec98ef51490a 100644 (file)
@@ -69,6 +69,8 @@ Comm::ConnOpener::swanSong()
         // inform the caller
         doneConnecting(COMM_ERR_CONNECT, 0);
     }
+
+    AsyncJob::swanSong();
 }
 
 void