From d685e56a772973d74a53421aa118ecc49d74fab0 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 3 Nov 2004 01:50:49 +0000 Subject: r3500: cleaned up the AS_USER/AS_GUEST stuff in the core smb packet processing (This used to be commit 8fa456afc9be113f292a1952119b533e4dc04fc1) --- source4/smbd/rewrite.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source4/smbd') diff --git a/source4/smbd/rewrite.c b/source4/smbd/rewrite.c index 44db95cdad..0e9260535c 100644 --- a/source4/smbd/rewrite.c +++ b/source4/smbd/rewrite.c @@ -7,12 +7,6 @@ This file will need to go away before the rewrite is complete */ -BOOL set_current_service(void *conn, BOOL x) -{ return True; } - -void change_to_root_user(void) -{} - BOOL pcap_printername_ok(const char *service, const char *foo) { return True; } @@ -101,9 +95,6 @@ BOOL reload_services(struct smbsrv_connection *smb, BOOL test) load_interfaces(); - /* this forces service parameters to be flushed */ - set_current_service(NULL,True); - return(ret); } -- cgit