Navigation



Ignore:
Timestamp:
May 14, 2013, 12:04:20 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Fix a number of compilation warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_radgw/rgw_clients.c

    r1107 r1119  
    976976                char sa_buf[sSA_DUMP_STRLEN];
    977977                client = (struct rgw_client *)ref;
    978                 /* TODO: use a fct param instead of hardcoded FD_LOG_DEBUG */
    979                 TODO("Replace with appropriate code");
    980 /*              TRACE_sSA(FD_LOG_DEBUG, NONE,    "  - ", client->sa, NI_NUMERICHOST | NI_NUMERICSERV, (client->type == RGW_CLI_NAS) ? "" : " [PROXY]" ); */
     978                fd_sa_sdump_numeric(sa_buf, client->sa);
     979                LOG_D("  - %s%s", sa_buf, (client->type == RGW_CLI_NAS) ? "" : " [PROXY]" );
    981980        }
    982981}
Note: See TracChangeset for help on using the changeset viewer.