Changeset 14014


Ignore:
Timestamp:
2007-04-18T10:10:08+12:00 (17 years ago)
Author:
qq6
Message:

close the user and key database after verification

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/authenaction.cpp

    r13844 r14014  
    285285    args_a = "a";
    286286  }
    287  
     287
     288  //close the database
     289  user_database->closedatabase();
     290  key_database->closedatabase();
    288291  return true;
    289292}
Note: See TracChangeset for help on using the changeset viewer.