Skip to content

Commit e8b1767

Browse files
authored
sspi: fix typo (#324)
It is not really an issue, but a semi-colon was expected there, not a comma. Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
1 parent c1951db commit e8b1767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/path_managers/sspi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ static void sspi_connection_established(mptcpd_token_t token,
609609
(void) token;
610610
(void) laddr;
611611
(void) raddr;
612-
(void) server_side,
612+
(void) server_side;
613613
(void) pm;
614614

615615
/**

0 commit comments

Comments
 (0)