X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Fcore%2Fstore.c;h=f80c49e15d8964c606a32dad0470755cef9efed3;hp=9528a310785a9714135fdd55c37e9f3a5f632804;hb=22b93dff4d8c4eed238d60f7f6ddc43604206acd;hpb=f569dc6128ec3660ee829af8b84d0342a2e09536 diff --git a/src/core/store.c b/src/core/store.c index 9528a31..f80c49e 100644 --- a/src/core/store.c +++ b/src/core/store.c @@ -191,7 +191,9 @@ sc_store_host(const sc_host_t *host) fprintf(stderr, "store: Cannot update host '%s' - " "value too old (%"PRIscTIME" < %"PRIscTIME")\n", host->host_name, last_update, old->host_last_update); - status = -1; + /* don't report an error; the host may be updated by multiple + * backends */ + status = 0; } else { old->host_last_update = last_update;