Re: [PATCH] AF_RXRPC: Add a missing goto

2007-12-07 Thread David Miller
From: David Howells <[EMAIL PROTECTED]> Date: Fri, 07 Dec 2007 11:23:55 + > Add a missing goto to error handling in the RXKAD security module for > AF_RXRPC. > > Signed-off-by: David Howells <[EMAIL PROTECTED]> Applied, thanks David. -- To unsubscribe from this list: send the line "unsubscr

[PATCH] AF_RXRPC: Add a missing goto

2007-12-07 Thread David Howells
Add a missing goto to error handling in the RXKAD security module for AF_RXRPC. Signed-off-by: David Howells <[EMAIL PROTECTED]> --- net/rxrpc/rxkad.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/net/rxrpc/rxkad.c b/net/rxrpc/rxkad.c index e09a95a..8e69d69 100644 ---