Skip to content

Commit 1ab92da

Browse files
committed
Fix fun typo
1 parent 15f1b33 commit 1ab92da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tc_mysql_module.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ prepare_for_renew_session(tc_sess_t *s, tc_iph_t *ip, tc_tcph_t *tcp)
344344

345345

346346
static int
347-
proc_when_sess_created(tc_sess_t *s, tc_iph_t *ip, tc_tcph_t *tcp)
347+
proc_when_sess_created(tc_sess_t *s)
348348
{
349349
tc_mysql_session *data = s->data;
350350

0 commit comments

Comments
 (0)