debug: add logfile and fd to struct debug_class
authorRalph Boehme <slow@samba.org>
Wed, 12 Dec 2018 11:51:16 +0000 (12:51 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 20 Dec 2018 02:19:26 +0000 (03:19 +0100)
commit43c693511d971210107535644b975a465b012373
tree940d941dd7e2282ec79635a0aee30692f62388ac
parent7369674787d91c40f8eff7bc71f6d73dab341315
debug: add logfile and fd to struct debug_class

Initialized to -1. Already checked in debug_file_log() without affecting
behaviour until subsequent commits set per-debug-class fds.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/util/debug.c