1
0
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:
Gerald Carter 2007-01-24 04:46:35 +00:00 committed by Gerald (Jerry) Carter
parent 7011a1b5ab
commit 8c23158f05

View File

@ -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 */