From 81f66464b062df5fcfed41dbace8d37836b16e34 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 2 Mar 2002 19:06:15 +0000 Subject: compile fix from vance (This used to be commit b6d62b8b2e0d72b0588fbe10b12c3877feb5ca71) --- source3/param/loadparm.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/param') diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 919527040d..8d7dd5c60d 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -2616,6 +2616,7 @@ static BOOL handle_debug_list( char *pszParmValueIn, char **ptr ) return debug_parse_levels( pszParmValue ); } +#ifdef WITH_LDAP_SAM /*************************************************************************** Handle the ldap machine suffix option ***************************************************************************/ @@ -2698,6 +2699,7 @@ static BOOL handle_ldap_suffix( char *pszParmValue, char **ptr) string_set(ptr, suffix); return True; } +#endif /* WITH_LDAP_SAM */ /*************************************************************************** initialise a copymap -- cgit