Add accidentally removed if.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2488 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-07-20 05:01:34 +00:00
parent 13bb169a6d
commit 5c5182eefc

View File

@@ -159,7 +159,7 @@ krb5_get_kdc_cred(krb5_context context,
*/
ret = krb5_sendto_kdc (context, &enc, &in_creds->server->realm, &resp);
if(ret)
goto out;
memset(&rep, 0, sizeof(rep));