diff options
author | Günther Deschner <gd@samba.org> | 2006-09-22 09:34:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:01:03 -0500 |
commit | a6bb76765aa9759ab8869968bacbd3c5104a9db8 (patch) | |
tree | c24d8f3435fcf2565661acbf368326a9ab0667df /source3/utils | |
parent | ed5f7cce2a6b094933c5e006d465570870f269ca (diff) | |
download | samba-a6bb76765aa9759ab8869968bacbd3c5104a9db8.tar.gz samba-a6bb76765aa9759ab8869968bacbd3c5104a9db8.tar.bz2 samba-a6bb76765aa9759ab8869968bacbd3c5104a9db8.zip |
r18819: Fix build without LDAP.
Guenther
(This used to be commit a0aedee1c90af163210dd459603dd5dffb73e132)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_ads_gpo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_ads_gpo.c b/source3/utils/net_ads_gpo.c index 2a044215b4..f1a3d935b7 100644 --- a/source3/utils/net_ads_gpo.c +++ b/source3/utils/net_ads_gpo.c @@ -446,4 +446,4 @@ int net_ads_gpo(int argc, const char **argv) return net_run_function(argc, argv, func, net_ads_gpo_usage); } -#endif +#endif /* HAVE_ADS */ |