diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-09-28 14:42:32 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-09-28 14:42:32 +0000 |
commit | 4e73790e3a20be5c7bf8fa3b62d9d41ba246b59c (patch) | |
tree | e481224eb3a0b308b6069b283c4cb17b1bdb4e74 /source3/libads/disp_sec.c | |
parent | b1361525c69de00f79246c236ca1d2f0fca6c0e6 (diff) | |
download | samba-4e73790e3a20be5c7bf8fa3b62d9d41ba246b59c.tar.gz samba-4e73790e3a20be5c7bf8fa3b62d9d41ba246b59c.tar.bz2 samba-4e73790e3a20be5c7bf8fa3b62d9d41ba246b59c.zip |
Try to compile as much as possible with only ldap, but not kerberos.
(This used to be commit 9615ab10c006d8027f6a8b7dd3770eb77304dbdc)
Diffstat (limited to 'source3/libads/disp_sec.c')
-rw-r--r-- | source3/libads/disp_sec.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/libads/disp_sec.c b/source3/libads/disp_sec.c index a930fd6fe0..a7b0bf6f07 100644 --- a/source3/libads/disp_sec.c +++ b/source3/libads/disp_sec.c @@ -20,8 +20,6 @@ #include "includes.h" -#ifdef HAVE_ADS - static struct perm_mask_str { uint32 mask; char *str; @@ -158,5 +156,4 @@ void ads_disp_sd(SEC_DESC *sd) printf("-------------- End Of Security Descriptor\n"); } -#endif |