Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 519760
Collapse All | Expand All

(-)a/g10/trustdb.c (+2 lines)
Lines 927-932 clear_ownertrusts (PKT_public_key *pk) Link Here
927
  TRUSTREC rec;
927
  TRUSTREC rec;
928
  int rc;
928
  int rc;
929
929
930
  init_trustdb();
931
930
  if (trustdb_args.no_trustdb && opt.trust_model == TM_ALWAYS)
932
  if (trustdb_args.no_trustdb && opt.trust_model == TM_ALWAYS)
931
    return 0;
933
    return 0;
932
934

Return to bug 519760