smbd: Fix debugs in file_new() and fsp_new().
authorJeremy Allison <jra@samba.org>
Thu, 17 Dec 2020 07:55:31 +0000 (23:55 -0800)
committerJeremy Allison <jra@samba.org>
Thu, 17 Dec 2020 18:56:28 +0000 (18:56 +0000)
commitcbe1485f7b27a598588d42cf1430e74a90ef3e69
tree6ad612a361ba58da96233eff73e95683d5ff1a60
parent6c95e467817b246a0eab626cac10b6120f6c88f8
smbd: Fix debugs in file_new() and fsp_new().

Allows grep ' files structure ' in the log
to count up and down the number of files allocated.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/files.c