]> err.no Git - varnish/commitdiff
Recycle sessions instead of retiring them.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 6 Apr 2006 09:10:24 +0000 (09:10 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 6 Apr 2006 09:10:24 +0000 (09:10 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@129 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_pool.c

index b8ccf7c72e9cd2eab200818dabf0cb6dda378893..7ff01b4d4d9f034fbc42c2248302c958156d512a 100644 (file)
@@ -65,7 +65,7 @@ CacheWorker(void *priv)
                AZ(pthread_mutex_lock(&sessmtx));
                RelVCL(sp->vcl);
                sp->vcl = NULL;
-               vca_retire_session(sp);
+               vca_recycle_session(sp);
        }
 }