1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s4:kdc/db-glue.c - remove unreachable code

Would be nice if someone could check if this fits.
This commit is contained in:
Matthias Dieter Wallnöfer 2010-06-20 22:17:33 +02:00
parent 05f31c3f6d
commit ecbe9a74c6

View File

@ -1125,10 +1125,6 @@ static krb5_error_code samba_kdc_fetch_krbtgt(krb5_context context,
krb5_warnx(context, "samba_kdc_fetch: trust_message2entry failed");
}
return ret;
/* we should lookup trusted domains */
return HDB_ERR_NOENTRY;
}
}