Skip to content

Commit

Permalink
Merge pull request #1138 from mattmundell/scap2-in-cert
Browse files Browse the repository at this point in the history
Use scap instead of scap2 in CERT sync
  • Loading branch information
timopollmeier authored Jun 18, 2020
2 parents bbeac64 + 3ee5853 commit 65cf592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manage_sql_secinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -4461,7 +4461,7 @@ sync_cert ()

last_scap_update = 0;
if (manage_scap_loaded ())
last_scap_update = sql_int ("SELECT coalesce ((SELECT value FROM scap2.meta"
last_scap_update = sql_int ("SELECT coalesce ((SELECT value FROM scap.meta"
" WHERE name = 'last_update'),"
" '0');");
g_debug ("%s: last_scap_update: %i", __func__, last_scap_update);
Expand Down

0 comments on commit 65cf592

Please sign in to comment.