[master] e1fabeede varnishhist: Make like a tree, and leave

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Mar 6 11:46:12 UTC 2024


commit e1fabeede90fa262b962962bb729ac4b682a93e6
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Mar 5 18:40:43 2024 +0100

    varnishhist: Make like a tree, and leave

diff --git a/bin/varnishhist/varnishhist.c b/bin/varnishhist/varnishhist.c
index c8c5d9568..03251fce4 100644
--- a/bin/varnishhist/varnishhist.c
+++ b/bin/varnishhist/varnishhist.c
@@ -218,7 +218,7 @@ upd_vsl_ts(const char *p)
 }
 
 static void
-deloran(void)
+delorean(void)
 {
 	int i;
 	double t = VTIM_mono();
@@ -363,7 +363,7 @@ accumulate(struct VSL_data *vsl, struct VSL_transaction * const pt[],
 			next_hist = 0;
 		}
 		if (vsl_ts >= vsl_to)
-			deloran();
+			delorean();
 		PTOK(pthread_mutex_unlock(&mtx));
 	}
 	return (0);


More information about the varnish-commit mailing list