s3: Remove smbd_server_fd() from write_data()
authorVolker Lendecke <vl@samba.org>
Sun, 15 Aug 2010 14:02:37 +0000 (16:02 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 17 Aug 2010 10:46:53 +0000 (12:46 +0200)
commit40ae8b74b669ced9dee0c33e15bc5e0ac8680506
tree13e43f3cf45082ab80d972db7b1ccaea48f53da5
parentf40ef7e24cda2d25dcb04cb7e83cd1f3d62a66e4
s3: Remove smbd_server_fd() from write_data()

This completely removes the DEBUG(0, ..) error message from write_data(). I've
gone through all callers of write_data() and made sure that they have their own
equivalent error message printing.
source3/lib/util_sock.c
source3/smbd/process.c
source3/smbd/reply.c