Navigation


Changeset 979:b90cb4c07160 in freeDiameter for extensions/app_radgw/rgwx_auth.c


Ignore:
Timestamp:
Mar 15, 2013, 2:45:03 AM (11 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Remove more newlines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_radgw/rgwx_auth.c

    r974 r979  
    14501450                                        if (ahdr->avp_value->u32 != 3) {
    14511451                                                fd_log_debug("[auth.rgwx] Received Diameter answer with Auth-Request-Type set to %d (%s) from server %.*s, session %.*s."
    1452                                                                 "  This may cause interoperability problems with RADIUS.\n",
     1452                                                                "  This may cause interoperability problems with RADIUS.",
    14531453                                                                ahdr->avp_value->u32,
    14541454                                                                (ahdr->avp_value->u32 == 1) ? "AUTHENTICATE_ONLY" :
Note: See TracChangeset for help on using the changeset viewer.