diff options
Diffstat (limited to 'lib/gnutls_db.c')
-rw-r--r-- | lib/gnutls_db.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/gnutls_db.c b/lib/gnutls_db.c index f3ef5f31c3..fd420595b5 100644 --- a/lib/gnutls_db.c +++ b/lib/gnutls_db.c @@ -317,13 +317,15 @@ int ret = 0; } /** - * gnutls_db_remove_session - This function will remove the current session data from the db + * gnutls_db_remove_session - This function will remove the current session data from the database * @state: is a &GNUTLS_STATE structure. * * This function will remove the current session data from the session * database. This will prevent future handshakes reusing these session * data. This function should be called if a session was terminated - * abnormaly. + * abnormaly, and before gnutls_deinit() is called. + * + * Normally gnutls_deinit() will remove abnormally terminated sessions. * **/ void gnutls_db_remove_session(GNUTLS_STATE state) { |