]> git.ipfire.org Git - zone-sync.git/commit
main: Make the context static
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 11 May 2026 11:58:55 +0000 (11:58 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 11 May 2026 11:58:55 +0000 (11:58 +0000)
commit7d69d2e07d41b8648a13c3627a4ef5d4823acca2
tree06c82948c452aff0e3f3bb21b6752a5a1901cd61
parent07dae299418b64b368b289cdef09736c8ad08359
main: Make the context static

The BIND API does not allow us to carry around a custom pointer which
prevents us from passing the context dynamically.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
main.c