Ignore:
Timestamp:
Sep 30, 2007, 3:42:50 AM (18 years ago)
Author:
Paul Smedley
Message:

Update trunk to 3.2.0pre1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/libads/ldap_printer.c

    r1 r77  
    66   This program is free software; you can redistribute it and/or modify
    77   it under the terms of the GNU General Public License as published by
    8    the Free Software Foundation; either version 2 of the License, or
     8   the Free Software Foundation; either version 3 of the License, or
    99   (at your option) any later version.
    1010   
     
    1515   
    1616   You should have received a copy of the GNU General Public License
    17    along with this program; if not, write to the Free Software
    18    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     17   along with this program.  If not, see <http://www.gnu.org/licenses/>.
    1918*/
    2019
     
    4544                return ADS_ERROR(LDAP_NO_SUCH_OBJECT);
    4645        }
    47         srv_dn = ldap_get_dn(ads->ld, *res);
     46        srv_dn = ldap_get_dn(ads->ldap.ld, *res);
    4847        if (srv_dn == NULL) {
    4948                return ADS_ERROR(LDAP_NO_MEMORY);
Note: See TracChangeset for help on using the changeset viewer.