fix linking issues in winbindd with become/unbecome_root() in passdb.c
authorGerald Carter <jerry@samba.org>
Wed, 9 Jul 2003 03:25:39 +0000 (03:25 +0000)
committerGerald Carter <jerry@samba.org>
Wed, 9 Jul 2003 03:25:39 +0000 (03:25 +0000)
(This used to be commit 389fe1e51abb533a781f69731a75771cb846d850)

source3/nsswitch/winbindd.c

index ff9d0b90b9d209aae0e99d442f970753ddad4629..e65b03c30e37942643f1c12d153d2b755bde4109 100644 (file)
 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)