summaryrefslogtreecommitdiffstats
path: root/src/syrep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/syrep.c')
-rw-r--r--src/syrep.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/syrep.c b/src/syrep.c
index c73acbe..177294d 100644
--- a/src/syrep.c
+++ b/src/syrep.c
@@ -365,6 +365,9 @@ static int do_update(void) {
if (db_context_origin_warn(c))
goto finish;
+ if (db_context_fix_origin(c) < 0)
+ goto finish;
+
if (!args.no_cache_flag) {
const char *p;