diff options
author | Tim Potter <tpot@samba.org> | 2006-04-16 06:02:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:04:08 -0500 |
commit | cfbcb93d7c84ef08ae759ee55723366b37516474 (patch) | |
tree | b3da5831360587f2fce4089e5b0ec72a2ae58267 /source4/lib/ldb | |
parent | 3f52210e7bda5ef596d172c84d9b5754f0c40438 (diff) | |
download | samba-cfbcb93d7c84ef08ae759ee55723366b37516474.tar.gz samba-cfbcb93d7c84ef08ae759ee55723366b37516474.tar.xz samba-cfbcb93d7c84ef08ae759ee55723366b37516474.zip |
r15096: Fix typo.
(This used to be commit 85de6e32b833db9ca601b3e979d08444e0702c27)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/include/ldb_errors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/include/ldb_errors.h b/source4/lib/ldb/include/ldb_errors.h index dbc6d16e2a..3b04c7c17f 100644 --- a/source4/lib/ldb/include/ldb_errors.h +++ b/source4/lib/ldb/include/ldb_errors.h @@ -206,7 +206,7 @@ */ #define LDB_ERR_INVALID_DN_SYNTAX 34 -/* 53 RESERVED */ +/* 35 RESERVED */ /** The function required dereferencing of an alias, and something went |