mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
Correct "doesnt" typos.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
parent
021189e32b
commit
c4feed0b8c
@ -1424,7 +1424,7 @@ static void ctdb_remove_connection(struct ctdb_vnn *vnn, struct ctdb_connection
|
||||
and we don't need to do anything
|
||||
*/
|
||||
if (vnn->tcp_array == NULL) {
|
||||
DEBUG(DEBUG_INFO,("Trying to remove tickle that doesnt exist (array is empty) %s:%u\n",
|
||||
DEBUG(DEBUG_INFO,("Trying to remove tickle that doesn't exist (array is empty) %s:%u\n",
|
||||
ctdb_addr_to_str(&conn->dst),
|
||||
ntohs(conn->dst.ip.sin_port)));
|
||||
return;
|
||||
@ -1436,7 +1436,7 @@ static void ctdb_remove_connection(struct ctdb_vnn *vnn, struct ctdb_connection
|
||||
*/
|
||||
tcpp = ctdb_tcp_find(vnn->tcp_array, conn);
|
||||
if (tcpp == NULL) {
|
||||
DEBUG(DEBUG_INFO,("Trying to remove tickle that doesnt exist %s:%u\n",
|
||||
DEBUG(DEBUG_INFO,("Trying to remove tickle that doesn't exist %s:%u\n",
|
||||
ctdb_addr_to_str(&conn->dst),
|
||||
ntohs(conn->dst.ip.sin_port)));
|
||||
return;
|
||||
|
@ -1723,14 +1723,14 @@ sub do_bind($$) {
|
||||
$mesg = $async_ldap_hd->bind(
|
||||
sasl => $sasl_hd,
|
||||
callback => \&error_callback
|
||||
) || die "doesnt work";
|
||||
) || die "doesn't work";
|
||||
} else {
|
||||
$sasl_mech = "";
|
||||
$mesg = $async_ldap_hd->bind(
|
||||
$binddn,
|
||||
password => $password,
|
||||
callback => $opt_fastbind ? undef : \&error_callback
|
||||
) || die "doesnt work";
|
||||
) || die "doesn't work";
|
||||
};
|
||||
if ($mesg->code) {
|
||||
display_ldap_err($mesg) if (!$opt_fastbind);
|
||||
|
@ -948,7 +948,7 @@ static int smbldap_connect_system(struct smbldap_state *ldap_state)
|
||||
int version;
|
||||
|
||||
/* removed the sasl_bind_s "EXTERNAL" stuff, as my testsuite
|
||||
(OpenLDAP) doesnt' seem to support it */
|
||||
(OpenLDAP) doesn't seem to support it */
|
||||
|
||||
DEBUG(10,("ldap_connect_system: Binding to ldap server %s as \"%s\"\n",
|
||||
ldap_state->uri, ldap_state->bind_dn));
|
||||
|
@ -40,7 +40,7 @@
|
||||
*
|
||||
* Type of certificates store:
|
||||
* - MEMORY
|
||||
* In memory based format. Doesnt support storing.
|
||||
* In memory based format. Doesn't support storing.
|
||||
* - FILE
|
||||
* FILE supports raw DER certicates and PEM certicates. When PEM is
|
||||
* used the file can contain may certificates and match private
|
||||
|
Loading…
Reference in New Issue
Block a user