From 110e420196bcaf87d8d434b3680100d9b265a879 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 29 Jun 2007 09:58:11 +0000 Subject: r23651: Always, always, always compile before commit... Guenther (This used to be commit accb40446ad3f872c5167fc2306d892553293b7b) --- source3/libsmb/clikrb5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libsmb/clikrb5.c') diff --git a/source3/libsmb/clikrb5.c b/source3/libsmb/clikrb5.c index 82796d39cc..96c18c3a8c 100644 --- a/source3/libsmb/clikrb5.c +++ b/source3/libsmb/clikrb5.c @@ -954,7 +954,7 @@ get_key_from_keytab(krb5_context context, ret = smb_krb5_open_keytab(context, NULL, False, &keytab); if (ret) { DEBUG(1,("get_key_from_keytab: smb_krb5_open_keytab failed (%s)\n", error_message(ret))); - goto out; + return ret; } if ( DEBUGLEVEL >= 10 ) { -- cgit