From fdc9f417d89fdf9dd6afbc22843d70585e195c9d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 30 Nov 2004 04:33:27 +0000 Subject: r4011: get rid of rpc_secdes.h and replace it with a single sane set of definitions for security access masks, in security.idl The previous definitions were inconsistently named, and contained many duplicate and misleading entries. I kept finding myself tripping up while using them. (This used to be commit 01c0fa722f80ceeb3f81f01987de95f365a2ed3d) --- source4/smbd/rewrite.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/smbd') diff --git a/source4/smbd/rewrite.c b/source4/smbd/rewrite.c index d22e3c28c3..8e7ddc405e 100644 --- a/source4/smbd/rewrite.c +++ b/source4/smbd/rewrite.c @@ -10,9 +10,6 @@ BOOL pcap_printername_ok(const char *service, const char *foo) { return True; } -BOOL share_access_check(struct smbsrv_request *req, struct smbsrv_tcon *tcon, int snum, uint32_t desired_access) -{ return True; } - /* * initialize an smb process. Guaranteed to be called only once per * smbd instance (so it can assume it is starting from scratch, and -- cgit