Fix some leftovers from the SESSION->MXS_SESSION and related renames

Renames only.
This commit is contained in:
Esa Korhonen
2017-01-18 10:36:18 +02:00
parent 46e9e6f4e7
commit 00f77bbe69
8 changed files with 16 additions and 16 deletions

View File

@ -594,7 +594,7 @@ dcb_process_victim_queue(int threadid)
/** After these calls, the DCB should be treated as if it were freed.
* Whether it is actually freed depends on the type of the DCB and how
* many DCBs are linked to it via the SESSION object. */
* many DCBs are linked to it via the MXS_SESSION object. */
dcb->state = DCB_STATE_DISCONNECTED;
dcb_remove_from_list(dcb);
dcb_final_free(dcb);