Navigation


Changeset 554:25440e53a48e in freeDiameter


Ignore:
Timestamp:
Sep 15, 2010, 3:01:03 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Tags:
1.0.1-rc1
Message:

Remove erroneous comment, the value was actually quite meaningless

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_radgw/rgw_clients.c

    r553 r554  
    10441044                {
    10451045                        time_t now = time(NULL);
    1046                         TRACE_DEBUG(FULL, "Sent RADIUS answer %d seconds after the request was received.", now - r->received);
    10471046                        r->received = now;
    10481047                        fd_list_unlink(&r->by_time); /* Move as last entry, since it is the most recent */
Note: See TracChangeset for help on using the changeset viewer.