summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/ldb_dn.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2005-07-02 18:43:22 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:19:07 -0500
commit3fe6ca1c189f43e8e9f7059943ab7e2939c7582e (patch)
tree5b409b04fb8ecc45db4cb8ebc463680d6bc0b1a7 /source4/lib/ldb/common/ldb_dn.c
parente6b353e7640dcc98cd6d519cee1d5ff42e8c676f (diff)
downloadsamba-3fe6ca1c189f43e8e9f7059943ab7e2939c7582e.tar.gz
samba-3fe6ca1c189f43e8e9f7059943ab7e2939c7582e.tar.bz2
samba-3fe6ca1c189f43e8e9f7059943ab7e2939c7582e.zip
r8084: do not leak memory on errors
(This used to be commit 2e328e6c2fc2c66b0d0de910cd43ab232049bc90)
Diffstat (limited to 'source4/lib/ldb/common/ldb_dn.c')
-rw-r--r--source4/lib/ldb/common/ldb_dn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/common/ldb_dn.c b/source4/lib/ldb/common/ldb_dn.c
index 8b9cf4e129..7556a144e2 100644
--- a/source4/lib/ldb/common/ldb_dn.c
+++ b/source4/lib/ldb/common/ldb_dn.c
@@ -37,7 +37,7 @@
#include "includes.h"
#include "ldb/include/ldb.h"
#include "ldb/include/ldb_private.h"
-
+#include <ctype.h>
#define LDB_DN_NULL_FAILED(x) if (!(x)) goto failed