From 274f1f8806f091a38bbf65363d7edf681459b58d Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 22 Jul 2003 00:20:53 +0000 Subject: Replace the eight (!) copies of dummy become/unbecome root with a single one. (This used to be commit 8b818ce381595cdcb36631a2440d6aa0038805f1) --- source3/utils/net.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'source3/utils/net.c') diff --git a/source3/utils/net.c b/source3/utils/net.c index f99b2bad84..a22d34a720 100644 --- a/source3/utils/net.c +++ b/source3/utils/net.c @@ -79,21 +79,6 @@ struct in_addr opt_dest_ip; extern BOOL AllowDebugChange; -/***************************************************************************** - stubb functions -****************************************************************************/ - -void become_root( void ) -{ - return; -} - -void unbecome_root( void ) -{ - return; -} - - uint32 get_sec_channel_type(const char *param) { if (!(param && *param)) { -- cgit