summaryrefslogtreecommitdiffstats
path: root/source/utils/smbpasswd.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
commitf005f1cf12b839f3985ab00315da63c584ce803e (patch)
treeabb6d97e4d0335f69063dbc00a6277de364fc463 /source/utils/smbpasswd.c
parent389fe1e51abb533a781f69731a75771cb846d850 (diff)
downloadsamba-f005f1cf12b839f3985ab00315da63c584ce803e.tar.gz
samba-f005f1cf12b839f3985ab00315da63c584ce803e.tar.xz
samba-f005f1cf12b839f3985ab00315da63c584ce803e.zip
more compile fixes for become/unbecome_root()
Diffstat (limited to 'source/utils/smbpasswd.c')
-rw-r--r--source/utils/smbpasswd.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/source/utils/smbpasswd.c b/source/utils/smbpasswd.c
index 0b2714cbf8a..2781e630f5e 100644
--- a/source/utils/smbpasswd.c
+++ b/source/utils/smbpasswd.c
@@ -37,6 +37,21 @@ static const char *remote_machine = NULL;
static fstring ldap_secret;
+/*****************************************************************************
+ stubb functions
+****************************************************************************/
+
+void become_root( void )
+{
+ return;
+}
+
+void unbecome_root( void )
+{
+ return;
+}
+
+
/*********************************************************
Print command usage on stderr and die.
**********************************************************/