[master] 55ea33a Missing semicolon
Poul-Henning Kamp
phk at FreeBSD.org
Mon Jan 12 11:16:07 CET 2015
commit 55ea33aeaad84c6e643d51cd8d5f07fa38b43de4
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Mon Jan 12 10:15:47 2015 +0000
Missing semicolon
diff --git a/bin/varnishd/waiter/cache_waiter_epoll.c b/bin/varnishd/waiter/cache_waiter_epoll.c
index 6609677..2e0d69f 100644
--- a/bin/varnishd/waiter/cache_waiter_epoll.c
+++ b/bin/varnishd/waiter/cache_waiter_epoll.c
@@ -59,7 +59,7 @@ struct vwe {
pthread_t timer_thread;
int epfd;
- waiter_handle_f *func
+ waiter_handle_f *func;
VTAILQ_HEAD(,sess) sesshead;
int pipes[2];
More information about the varnish-commit
mailing list