r9767: Fix typo
authorJelmer Vernooij <jelmer@samba.org>
Tue, 30 Aug 2005 00:25:46 +0000 (00:25 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:34:58 +0000 (13:34 -0500)
(This used to be commit 0602e8b3e7b5921fa99bfe788fe290f03b3dc7ac)

source4/dsdb/samdb/ldb_modules/samldb.c

index ed7c135efa60915dfda8404730e98625e992d528..9ab683016161596ac658fa02fd2be12e5f3731a4 100644 (file)
@@ -541,7 +541,7 @@ static int samldb_add_record(struct ldb_module *module, const struct ldb_message
 
        ldb_debug(module->ldb, LDB_DEBUG_TRACE, "samldb_add_record\n");
 
-       if (strcmp(msg->dn->components[0].name, "@SPEACIAL") == 0) { /* do not manipulate our control entries */
+       if (strcmp(msg->dn->components[0].name, LDB_SPECIAL) == 0) { /* do not manipulate our control entries */
                return ldb_next_add_record(module, msg);
        }