comparison extensions/app_radgw/rgw_clients.c @ 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
comparison
equal deleted inserted replaced
546:0790fcf2fbfc 547:77b575250103
430 if (r->port > (*msg)->port) 430 if (r->port > (*msg)->port)
431 break; 431 break;
432 cmp = memcmp(&r->auth[0], &(*msg)->radius.hdr->authenticator[0], 16); 432 cmp = memcmp(&r->auth[0], &(*msg)->radius.hdr->authenticator[0], 16);
433 if (cmp < 0) 433 if (cmp < 0)
434 continue; 434 continue;
435 if (cmp > 0); 435 if (cmp > 0)
436 break; 436 break;
437 dup = 1; 437 dup = 1;
438 break; 438 break;
439 } 439 }
440 440
1010 if (r->port > req->port) 1010 if (r->port > req->port)
1011 break; 1011 break;
1012 cmp = memcmp(&r->auth[0], &req->radius.hdr->authenticator[0], 16); 1012 cmp = memcmp(&r->auth[0], &req->radius.hdr->authenticator[0], 16);
1013 if (cmp < 0) 1013 if (cmp < 0)
1014 continue; 1014 continue;
1015 if (cmp > 0); 1015 if (cmp > 0)
1016 break; 1016 break;
1017 1017
1018 /* We have the request in our duplicate cache */ 1018 /* We have the request in our duplicate cache */
1019 /* This should not happen, but just in case... */ 1019 /* This should not happen, but just in case... */
1020 if (r->ans) { 1020 if (r->ans) {
"Welcome to our mercurial repository"