comparison extensions/app_radgw/rgw_clients.c @ 554:25440e53a48e 1.0.1-rc1

Remove erroneous comment, the value was actually quite meaningless
author Sebastien Decugis <sdecugis@nict.go.jp>
date Wed, 15 Sep 2010 15:01:03 +0900
parents 153cd2600fcf
children 4ffbc9f1e922
comparison
equal deleted inserted replaced
553:153cd2600fcf 554:25440e53a48e
1041 *msg = NULL; 1041 *msg = NULL;
1042 1042
1043 /* Update the timestamp */ 1043 /* Update the timestamp */
1044 { 1044 {
1045 time_t now = time(NULL); 1045 time_t now = time(NULL);
1046 TRACE_DEBUG(FULL, "Sent RADIUS answer %d seconds after the request was received.", now - r->received);
1047 r->received = now; 1046 r->received = now;
1048 fd_list_unlink(&r->by_time); /* Move as last entry, since it is the most recent */ 1047 fd_list_unlink(&r->by_time); /* Move as last entry, since it is the most recent */
1049 fd_list_insert_before(&cli->dupl_info[p].dupl_by_time, &r->by_time); 1048 fd_list_insert_before(&cli->dupl_info[p].dupl_by_time, &r->by_time);
1050 } 1049 }
1051 break; 1050 break;
"Welcome to our mercurial repository"