mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r20993: temporary build fix to get things going again on non-ADS systems
This commit is contained in:
parent
7011a1b5ab
commit
8c23158f05
@ -20,6 +20,8 @@
|
||||
Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifdef WITH_ADS
|
||||
|
||||
#include "includes.h"
|
||||
#include "nss_info.h"
|
||||
|
||||
@ -82,3 +84,5 @@ NTSTATUS nss_info_template_init( void )
|
||||
"template",
|
||||
&nss_template_methods);
|
||||
}
|
||||
|
||||
#endif /* WITH_ADS */
|
||||
|
Loading…
Reference in New Issue
Block a user