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);
}
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.