From f3d1d41bdd7e1fd5e63aa6c9921f76a0f1326e75 Mon Sep 17 00:00:00 2001
From: Daniel Santos <superbern@gmail.com>
Date: Tue, 1 Mar 2016 07:24:28 +0800
Subject: [PATCH] satisfy apparently bogus compiler warning somewhere

---
 lib/service.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/service.c b/lib/service.c
index bbd0719d..d27e4e09 100644
--- a/lib/service.c
+++ b/lib/service.c
@@ -505,7 +505,7 @@ lws_service_fd_tsi(struct lws_context *context, struct lws_pollfd *pollfd, int t
 	char draining_flow = 0;
 	int timed_out = 0;
 	time_t now;
-	int n, m;
+	int n = 0, m;
 	int more;
 
 	/*
-- 
GitLab