s3-debug Convert from x_file to real file descriptors.
authorAndrew Bartlett <abartlet@samba.org>
Fri, 29 Oct 2010 05:20:22 +0000 (16:20 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 2 Nov 2010 04:36:04 +0000 (04:36 +0000)
commite64dfdcc71e17f21419f24b3f2b32d477b4cea1e
tree30225acf32ddd4ba59e7f8557f7c8124493d5cd0
parentd9f67eebf621adacf5514c7ba1ed17b4953db762
s3-debug Convert from x_file to real file descriptors.

X_FILE does not gain us anything in this use case, we want our log
messages on disk, not in a buffer, and we don't gain anything from the
X_FILE api.  I discussed the matter with tridge, who feels that to use
FILE in the first place was a mistake, and that X_FILE isn't any
better, but was a stop-gap to avoid issues on solaris.

Andrew Bartlett
source3/lib/debug.c
source3/nmbd/nmbd.c