s3: Remove smbd_server_fd()
commite466bb4af45175a3fe1d6dff54c10d81c4e68257
authorVolker Lendecke <vl@samba.org>
Sat, 28 Aug 2010 15:25:22 +0000 (28 17:25 +0200)
committerVolker Lendecke <vl@samba.org>
Sun, 29 Aug 2010 19:55:25 +0000 (29 21:55 +0200)
tree321bf40efe545ddc5215f4e147b754d5e6d63bd6
parente784e160ec899a32b673dfaa77fa12c8f27d296c
s3: Remove smbd_server_fd()

This breaks the perfcol_onefs() build.

Tim, Steve, this use of smbd_server_fd is replacable by calls into
substitute.c. I don't have a onefs environment around to build a fix, so I've
decided to insert an #error, making it not compile. The fix should be pretty
obvious, you can get the socket data via "%I" and "%i" substitutions.
source3/include/proto.h
source3/lib/dummysmbd.c
source3/modules/perfcount_onefs.c
source3/smbd/globals.h
source3/smbd/server.c
source3/torture/vfstest.c