syncing up with HEAD. Seems to be a lot of differences creeping in
[vlendec/samba-autobuild/.git] / source3 / libads / disp_sec.c
index a930fd6fe09b0530f66b6dae81bf7385bbb8a2e6..a7b0bf6f07ca35c37323e447460763c98f257331 100644 (file)
@@ -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