@juha-h
There is call to ``get_record_puadb``:
Well I mean if ``publ->etag`` is NULL, the previous behavior was to call it always ``` if (dbmode==PUA_DB_ONLY) { memset(&dbpres, 0, sizeof(dbpres)) dbpres.pres_uri = &pres_uri; dbpres.watcher_uri = &watcher_uri; dbpres.extra_headers = &extra_headers; presentity = get_record_puadb(publ->id, publ->etag, &dbpres, &res); } ```