[AF_RXRPC]: Add a missing goto

Add a missing goto to error handling in the RXKAD security module for
AF_RXRPC.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by David Howells and committed by David S. Miller 4aa9cb32 e35de026

+1
+1
net/rxrpc/rxkad.c
··· 1021 1021 1022 1022 abort_code = RXKADINCONSISTENCY; 1023 1023 if (version != RXKAD_VERSION) 1024 + goto protocol_error; 1024 1025 1025 1026 abort_code = RXKADTICKETLEN; 1026 1027 if (ticket_len < 4 || ticket_len > MAXKRB5TICKETLEN)