diff options
Diffstat (limited to 'source3/libads/ldap_printer.c')
-rw-r--r-- | source3/libads/ldap_printer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/ldap_printer.c b/source3/libads/ldap_printer.c index cfddd4cc8a..0c6a280c36 100644 --- a/source3/libads/ldap_printer.c +++ b/source3/libads/ldap_printer.c @@ -43,7 +43,7 @@ if (ads_count_replies(ads, *res) != 1) { return ADS_ERROR(LDAP_NO_SUCH_OBJECT); } - srv_dn = ldap_get_dn(ads->ld, *res); + srv_dn = ldap_get_dn(ads->ldap.ld, *res); if (srv_dn == NULL) { return ADS_ERROR(LDAP_NO_MEMORY); } |