projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5adf26
)
fix openldap segfatult when ldapi is used
author
Marek Becka
<marek.becka@superhosting.cz>
Thu, 11 Jun 2015 17:52:41 +0000
(13:52 -0400)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Wed, 17 Jun 2015 12:57:53 +0000
(14:57 +0200)
src/openldap.c
patch
|
blob
|
history
diff --git
a/src/openldap.c
b/src/openldap.c
index
bca686e
..
e688849
100644
(file)
--- a/
src/openldap.c
+++ b/
src/openldap.c
@@
-604,7
+604,7
@@
static int cldap_config_add (oconfig_item_t *ci) /* {{{ */
st->name, st->url);
status = -1;
}
- else
+ else
if (ludpp->lud_host != NULL)
{
st->host = strdup (ludpp->lud_host);
}