Point out that the file_struct in log_delete is zero-initialized
authorMatt McCutchen <matt@mattmccutchen.net>
Wed, 10 Feb 2010 03:13:28 +0000 (22:13 -0500)
committerWayne Davison <wayned@samba.org>
Sat, 24 Apr 2010 16:51:05 +0000 (09:51 -0700)
commitbe8234cd5991b395ed2d2a20b9e40bbcd021a70d
tree1bf9723070b485b70bee7f790071a643146d7a9f
parentd0f2bbb83e0c9a1b4264eeadfc2d53fb5aafb657
Point out that the file_struct in log_delete is zero-initialized
because it is static.

It took me long enough to realize this that I think it is worth
documenting.
log.c