diff options
author | Simo Sorce <idra@samba.org> | 2002-03-02 19:06:15 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2002-03-02 19:06:15 +0000 |
commit | 81f66464b062df5fcfed41dbace8d37836b16e34 (patch) | |
tree | 4fa23475e73e41b34dc9d54ea79b3ae569cafc61 /source3/param | |
parent | f0765f4efeb7f42d846cfd389667bf13ceced8d8 (diff) | |
download | samba-81f66464b062df5fcfed41dbace8d37836b16e34.tar.gz samba-81f66464b062df5fcfed41dbace8d37836b16e34.tar.bz2 samba-81f66464b062df5fcfed41dbace8d37836b16e34.zip |
compile fix from vance
(This used to be commit b6d62b8b2e0d72b0588fbe10b12c3877feb5ca71)
Diffstat (limited to 'source3/param')
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |