kdc: Quiet set-but-not-use variable warning

This commit is contained in:
Nicolas Williams
2023-01-02 21:02:51 -06:00
parent 6964949c21
commit be0d4036a9

View File

@@ -1898,7 +1898,7 @@ server_lookup:
cpn, our_realm, &clientdb, &priv->client);
if (ret)
goto out;
flags &= ~HDB_F_SYNTHETIC_OK;
/* flags &= ~HDB_F_SYNTHETIC_OK; */ /* `flags' is not used again below */
priv->clientdb = clientdb;
ret = _kdc_check_pac(priv, priv->client_princ, NULL,