debug: pass struct debug_class *config to do_one_check_log_size()
authorRalph Boehme <slow@samba.org>
Mon, 23 Nov 2020 14:51:09 +0000 (15:51 +0100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 9 Dec 2020 10:44:15 +0000 (10:44 +0000)
commit5cd1e3c5a4aade5d589ad7df613766e0cb38f342
tree778f5bae5d45f93812eaec68f51658cf1865cce2
parentf6bd782cb3b68354c6ebe1bae7fd82f4c5f5fb1f
debug: pass struct debug_class *config to do_one_check_log_size()

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 b7ee36146458bcc2c944f5670b7632df8281ae61)
lib/util/debug.c