From 3694160ad91cc4aac5a47f7a2d920e37432db145 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Wed, 26 Aug 2009 01:01:07 +0200 Subject: s4:ldb_errors - add spaces --- source4/lib/ldb/include/ldb_errors.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/lib') diff --git a/source4/lib/ldb/include/ldb_errors.h b/source4/lib/ldb/include/ldb_errors.h index 9362233fd5..706d82732d 100644 --- a/source4/lib/ldb/include/ldb_errors.h +++ b/source4/lib/ldb/include/ldb_errors.h @@ -120,6 +120,7 @@ backend. */ #define LDB_ERR_STRONG_AUTH_REQUIRED 8 + /* 9 RESERVED */ /** @@ -181,6 +182,7 @@ already exists in the entry. */ #define LDB_ERR_ATTRIBUTE_OR_VALUE_EXISTS 20 + /** The function used an invalid (incorrect syntax) attribute value. */ -- cgit