debug: pass struct debug_class *config to reopen_one_log()
authorRalph Boehme <slow@samba.org>
Mon, 23 Nov 2020 14:46:47 +0000 (15:46 +0100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 9 Dec 2020 10:44:15 +0000 (10:44 +0000)
commitf6bd782cb3b68354c6ebe1bae7fd82f4c5f5fb1f
treead131ecaed485543115c33ef8c49d40faafaffc0
parentccf971eef5c780031915fc61bf6bc1ffeb24e73d
debug: pass struct debug_class *config to reopen_one_log()

Pass a pointer to the struct instead of all struct members individually. No
change in behaviour.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14248

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit 29cd139a32d5dbf36bef68eb9c7f1160201e3042)
lib/util/debug.c