From a0d46643357c08e576a47394d2a25ba34ed49086 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 9 Jul 2003 03:25:39 +0000 Subject: fix linking issues in winbindd with become/unbecome_root() in passdb.c (This used to be commit 389fe1e51abb533a781f69731a75771cb846d850) --- source3/nsswitch/winbindd.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'source3') diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index ff9d0b90b9..e65b03c30e 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/nsswitch/winbindd.c @@ -27,6 +27,20 @@ BOOL opt_nocache = False; BOOL opt_dual_daemon = False; +/***************************************************************************** + stubb functions +****************************************************************************/ + +void become_root( void ) +{ + return; +} + +void unbecome_root( void ) +{ + return; +} + /* Reload configuration */ static BOOL reload_services_file(BOOL test) -- cgit