diff extensions/app_radgw/rgw_clients.c @ 1417:0918e88f7c33

fix warnings detected by Apple clang 11.0.0
author Luke Mewburn <luke@mewburn.net>
date Tue, 18 Feb 2020 19:12:16 +1100
parents 3cbe458fbfa9
children 915450ee91c7
line wrap: on
line diff
--- a/extensions/app_radgw/rgw_clients.c	Tue Feb 18 19:33:08 2020 +1100
+++ b/extensions/app_radgw/rgw_clients.c	Tue Feb 18 19:12:16 2020 +1100
@@ -710,7 +710,7 @@
 	ASSERT(nas_id);
 	
 	{
-		int found, ret;
+		int found = 0, ret;
 		struct addrinfo hint, *res, *ptr;
 		
 		/*
"Welcome to our mercurial repository"