summaryrefslogtreecommitdiff
path: root/source3/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
commit0c63216603fa957e04688d22bf1c0321fb2ff78a (patch)
tree60e06719b435a2baa0531f3e0e9ca075624a348e /source3/libads/ldap_printer.c
parentaa8ebe3956aaec908a808e24ed8d83073a3e9ee3 (diff)
downloadsamba-0c63216603fa957e04688d22bf1c0321fb2ff78a.tar.gz
samba-0c63216603fa957e04688d22bf1c0321fb2ff78a.tar.bz2
samba-0c63216603fa957e04688d22bf1c0321fb2ff78a.zip
Fix build errors on non-ldap systems...change function parms from LDAPMod ** to void **
(This used to be commit 9467792843fdd9bc55e92bfaa2f2205279074297)
Diffstat (limited to 'source3/libads/ldap_printer.c')
-rw-r--r--source3/libads/ldap_printer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/ldap_printer.c b/source3/libads/ldap_printer.c
index 65fa649785..54cd7d8e94 100644
--- a/source3/libads/ldap_printer.c
+++ b/source3/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 */