summaryrefslogtreecommitdiff
path: root/source/libads/ldap_printer.c
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2002-02-01 17:13:39 +0000
committerJim McDonough <jmcd@samba.org>2002-02-01 17:13:39 +0000
commit9467792843fdd9bc55e92bfaa2f2205279074297 (patch)
tree6a61cdaed5847a0f7e303be9f2655af44411c036 /source/libads/ldap_printer.c
parent146c731c35beecd3ae8e093e52d94af0e2efcd69 (diff)
downloadsamba-9467792843fdd9bc55e92bfaa2f2205279074297.tar.gz
Fix build errors on non-ldap systems...change function parms from LDAPMod ** to void **
Diffstat (limited to 'source/libads/ldap_printer.c')
-rw-r--r--source/libads/ldap_printer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libads/ldap_printer.c b/source/libads/ldap_printer.c
index 65fa6497854..54cd7d8e94b 100644
--- a/source/libads/ldap_printer.c
+++ b/source/libads/ldap_printer.c
@@ -28,7 +28,7 @@
ADS_STATUS ads_mod_printer_entry(ADS_STRUCT *ads, char *prt_dn,
const ADS_PRINTER_ENTRY *prt)
{
- LDAPMod **mods;
+ void **mods;
ADS_STATUS status;
/* allocate the list */