Skip to content

chg: Clean up calls to dns_difftuple_create()

Evan Hunt requested to merge each-difftuple-create-cannot-fail into main

dns_difftuple_create() could only return success, so change its type to void and clean up all the calls to it.

Edited by Evan Hunt

Merge request reports