changeset 547:77b575250103

Fix erroneous ; in the file
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 14 Sep 2010 17:12:17 +0900
parents 0790fcf2fbfc
children 345537783a90
files extensions/app_radgw/rgw_clients.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/app_radgw/rgw_clients.c	Tue Sep 14 16:24:09 2010 +0900
+++ b/extensions/app_radgw/rgw_clients.c	Tue Sep 14 17:12:17 2010 +0900
@@ -432,7 +432,7 @@
 		cmp = memcmp(&r->auth[0], &(*msg)->radius.hdr->authenticator[0], 16);
 		if (cmp < 0)
 			continue;
-		if (cmp > 0);
+		if (cmp > 0)
 			break;
 		dup = 1;
 		break;
@@ -1012,7 +1012,7 @@
 		cmp = memcmp(&r->auth[0], &req->radius.hdr->authenticator[0], 16);
 		if (cmp < 0)
 			continue;
-		if (cmp > 0);
+		if (cmp > 0)
 			break;
 		
 		/* We have the request in our duplicate cache */
"Welcome to our mercurial repository"