From 3694160ad91cc4aac5a47f7a2d920e37432db145 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Matthias=20Dieter=20Walln=C3=B6fer?= Date: Wed, 26 Aug 2009 01:01:07 +0200 Subject: [PATCH] s4:ldb_errors - add spaces --- source4/lib/ldb/include/ldb_errors.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source4/lib/ldb/include/ldb_errors.h b/source4/lib/ldb/include/ldb_errors.h index 9362233fd5c..706d82732dd 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. */ -- 2.11.4.GIT