summaryrefslogtreecommitdiff
path: root/source3/utils/net.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-07-09 03:32:07 +0000
committerGerald Carter <jerry@samba.org>2003-07-09 03:32:07 +0000
commit816724fb39ba1d13f553704b2deaa3e8e716c5ab (patch)
tree53100d32b05fad28b7f36f3d44dc0c7225e93a08 /source3/utils/net.c
parenta0d46643357c08e576a47394d2a25ba34ed49086 (diff)
downloadsamba-816724fb39ba1d13f553704b2deaa3e8e716c5ab.tar.gz
samba-816724fb39ba1d13f553704b2deaa3e8e716c5ab.tar.bz2
samba-816724fb39ba1d13f553704b2deaa3e8e716c5ab.zip
more compile fixes for become/unbecome_root()
(This used to be commit f005f1cf12b839f3985ab00315da63c584ce803e)
Diffstat (limited to 'source3/utils/net.c')
-rw-r--r--source3/utils/net.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c
index 25a752179f..e643a3d10d 100644
--- a/source3/utils/net.c
+++ b/source3/utils/net.c
@@ -77,6 +77,21 @@ static int opt_machine_pass = 0;
BOOL opt_have_ip = False;
struct in_addr opt_dest_ip;
+/*****************************************************************************
+ stubb functions
+****************************************************************************/
+
+void become_root( void )
+{
+ return;
+}
+
+void unbecome_root( void )
+{
+ return;
+}
+
+
uint32 get_sec_channel_type(const char *param)
{
if (!(param && *param)) {