Skip to content

Commit

Permalink
smack: Correct intendention level.
Browse files Browse the repository at this point in the history
The smk_ipv6_port_check() invocation here has one tabular too much.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
  • Loading branch information
Sebastian Andrzej Siewior committed Sep 24, 2021
1 parent ccc6d0d commit 4dcd0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/smack/smack_lsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2855,7 +2855,7 @@ static int smack_socket_connect(struct socket *sock, struct sockaddr *sap,
SMK_CONNECTING);
}
#ifdef SMACK_IPV6_PORT_LABELING
rc = smk_ipv6_port_check(sock->sk, sip, SMK_CONNECTING);
rc = smk_ipv6_port_check(sock->sk, sip, SMK_CONNECTING);
#endif

return rc;
Expand Down

0 comments on commit 4dcd0e1

Please sign in to comment.