s4-cracknames: Fix typo in debug message.
authorKarolin Seeger <kseeger@samba.org>
Tue, 1 Jun 2010 07:33:53 +0000 (09:33 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 1 Jun 2010 07:33:53 +0000 (09:33 +0200)
Karolin

source4/dsdb/samdb/cracknames.c

index 5a807f843193c38364a7b6b336aad924c7a64c52..99d25c4e9ce288350500fa28231a2a25058fd429 100644 (file)
@@ -845,7 +845,7 @@ static WERROR DsCrackNameOneFilter(struct ldb_context *sam_ctx, TALLOC_CTX *mem_
                                          result_attrs);
        } else {
                /* Can't happen */
-               DEBUG(0, ("LOGIC ERROR: DsCrackNameOneFilter domain ref search not availible: This can't happen..."));
+               DEBUG(0, ("LOGIC ERROR: DsCrackNameOneFilter domain ref search not available: This can't happen..."));
                info1->status = DRSUAPI_DS_NAME_STATUS_RESOLVE_ERROR;
                return WERR_OK;
        }