Navigation


Changeset 871:254d81d21d0b in freeDiameter for extensions/app_acct/acct_db.c


Ignore:
Timestamp:
Oct 23, 2012, 10:50:04 PM (12 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Fix some typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_acct/acct_db.c

    r837 r871  
    251251                if (PQstatus(conn) != CONNECTION_OK) {
    252252                        TRACE_DEBUG(INFO, "Lost connection to the database server, and attempt to reestablish it failed");
    253                         TODO("Terminate the freeDiameter instance completly?");
     253                        TODO("Terminate the freeDiameter instance completely?");
    254254                        return ENOTCONN;
    255255                }
Note: See TracChangeset for help on using the changeset viewer.