Ignore:
Timestamp:
May 23, 2008, 6:56:41 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.29

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/lib/smbldap.c

    r44 r134  
    995995        }
    996996
    997         DEBUG(3, ("ldap_connect_system: succesful connection to the LDAP server\n"));
     997        DEBUG(3, ("ldap_connect_system: successful connection to the LDAP server\n"));
    998998        DEBUGADD(10, ("ldap_connect_system: LDAP server %s support paged results\n",
    999999                ldap_state->paged_results ? "does" : "does not"));
     
    10631063        ldap_state->last_ping = time(NULL);
    10641064        ldap_state->pid = sys_getpid();
    1065         DEBUG(4,("The LDAP server is succesfully connected\n"));
     1065        DEBUG(4,("The LDAP server is successfully connected\n"));
    10661066
    10671067        return LDAP_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.