changeset 422:7e0757b01ecb

Fix small compilation warning
author Sebastien Decugis <sdecugis@nict.go.jp>
date Mon, 26 Jul 2010 14:53:48 +0900
parents 4cb54e85fc71
children 0859b5a834d8
files extensions/app_radgw/rgw_msg_attrtype.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/app_radgw/rgw_msg_attrtype.c	Mon Jul 26 11:18:03 2010 +0900
+++ b/extensions/app_radgw/rgw_msg_attrtype.c	Mon Jul 26 14:53:48 2010 +0900
@@ -295,6 +295,6 @@
 		/* 224-240   Implementation Specific                  [RFC3575] */
 	if ((c >= 224) && (c <= 240)) return "Implementation Specific[RFC3575]";
 		/* 241-255   Reserved                                 [RFC3575]    */
-	if ((c >= 241) && (c <= 255)) return "Reserved [RFC3575]";
+	if ((c >= 241)) return "Reserved [RFC3575]";
 	/* fallback */ return "[Unknown]";
 }
"Welcome to our mercurial repository"