use else if

This commit is contained in:
Love Hörnquist Åstrand
2011-05-24 08:26:52 -07:00
parent eaa23ce96f
commit d99c2eda40

View File

@@ -276,7 +276,7 @@ _kdc_fast_unwrap_request(kdc_request_t r)
"armor key does not have secrets at this KDC, " "armor key does not have secrets at this KDC, "
"need to proxy"); "need to proxy");
goto out; goto out;
} if(ret){ } else if (ret) {
free_AP_REQ(&ap_req); free_AP_REQ(&ap_req);
ret = KRB5KDC_ERR_S_PRINCIPAL_UNKNOWN; ret = KRB5KDC_ERR_S_PRINCIPAL_UNKNOWN;
goto out; goto out;